chore: remove nfs and traefik roles. Move them to tasks
This commit is contained in:
136
docker.yml
136
docker.yml
@@ -3,100 +3,100 @@
|
||||
become: yes
|
||||
vars_files:
|
||||
- vars/gitea-images.yml
|
||||
vars:
|
||||
traefik_host: "traefik.comprofix.xyz"
|
||||
|
||||
pre_tasks:
|
||||
- name: Connect iscsi
|
||||
import_tasks: tasks/iscsi.yml
|
||||
tags: iscsi_connect
|
||||
|
||||
roles:
|
||||
- role: nfs
|
||||
mounts:
|
||||
- name: Data share
|
||||
path: /mnt/nfs/data
|
||||
src: truenas.comprofix.xyz:/mnt/datapool/data
|
||||
tags: nfs_install
|
||||
|
||||
- role: traefik
|
||||
- name: Connect NFS
|
||||
import_tasks: tasks/nfs.yml
|
||||
vars:
|
||||
traefik_host: traefik02.comprofix.xyz
|
||||
tags: traefik_install
|
||||
mounts:
|
||||
- name: Data share
|
||||
path: /mnt/nfs/data
|
||||
src: truenas.comprofix.xyz:/mnt/datapool/docker
|
||||
|
||||
tasks:
|
||||
- name: Deploy comprofix.com website
|
||||
import_tasks: tasks/comprofix.com.yml
|
||||
tags: comprofix_install
|
||||
import_tasks: tasks/traefik.yml
|
||||
|
||||
# - name: Deploy comprofix.com website
|
||||
# import_tasks: tasks/comprofix.com.yml
|
||||
# tags: comprofix_install
|
||||
|
||||
- name: Deploy iDrac Fan Controller
|
||||
import_tasks: tasks/idrac.yml
|
||||
tags: idrac_install
|
||||
# - name: Deploy iDrac Fan Controller
|
||||
# import_tasks: tasks/idrac.yml
|
||||
# tags: idrac_install
|
||||
|
||||
- name: Deploy MariaDB
|
||||
import_tasks: tasks/mariadb.yml
|
||||
tags: mariadb_install
|
||||
# - name: Deploy MariaDB
|
||||
# import_tasks: tasks/mariadb.yml
|
||||
# tags: mariadb_install
|
||||
|
||||
- name: Deploy InvoiceNinja
|
||||
import_tasks: tasks/invoiceninja.yml
|
||||
tags: invoiceninja_install
|
||||
# - name: Deploy InvoiceNinja
|
||||
# import_tasks: tasks/invoiceninja.yml
|
||||
# tags: invoiceninja_install
|
||||
|
||||
- name: Deploy Homepage
|
||||
import_tasks: tasks/homepage.yml
|
||||
tags: homepage_install
|
||||
# - name: Deploy Homepage
|
||||
# import_tasks: tasks/homepage.yml
|
||||
# tags: homepage_install
|
||||
|
||||
- name: Deploy speedtest-tracker
|
||||
import_tasks: tasks/speedtest.yml
|
||||
tags: speedtest_install
|
||||
# - name: Deploy speedtest-tracker
|
||||
# import_tasks: tasks/speedtest.yml
|
||||
# tags: speedtest_install
|
||||
|
||||
- name: Deploy dozzle
|
||||
import_tasks: tasks/dozzle.yml
|
||||
tags: dozzle_install
|
||||
# - name: Deploy dozzle
|
||||
# import_tasks: tasks/dozzle.yml
|
||||
# tags: dozzle_install
|
||||
|
||||
- name: Deploy jellyseerr
|
||||
import_tasks: tasks/jellyseerr.yml
|
||||
tags: jellyseerr_install
|
||||
# - name: Deploy jellyseerr
|
||||
# import_tasks: tasks/jellyseerr.yml
|
||||
# tags: jellyseerr_install
|
||||
|
||||
- name: Deploy lidarr
|
||||
import_tasks: tasks/lidarr.yml
|
||||
tags: lidarr_install
|
||||
# - name: Deploy lidarr
|
||||
# import_tasks: tasks/lidarr.yml
|
||||
# tags: lidarr_install
|
||||
|
||||
- name: Deploy prowlarr
|
||||
import_tasks: tasks/prowlarr.yml
|
||||
tags: prowlarr_install
|
||||
# - name: Deploy prowlarr
|
||||
# import_tasks: tasks/prowlarr.yml
|
||||
# tags: prowlarr_install
|
||||
|
||||
- name: Deploy radarr
|
||||
import_tasks: tasks/radarr.yml
|
||||
tags: radarr_install
|
||||
# - name: Deploy radarr
|
||||
# import_tasks: tasks/radarr.yml
|
||||
# tags: radarr_install
|
||||
|
||||
- name: Deploy sonarr
|
||||
import_tasks: tasks/sonarr.yml
|
||||
tags: sonarr_install
|
||||
# - name: Deploy sonarr
|
||||
# import_tasks: tasks/sonarr.yml
|
||||
# tags: sonarr_install
|
||||
|
||||
- name: Deploy sabnzbd
|
||||
import_tasks: tasks/sabnzbd.yml
|
||||
tags: sabnzbd_install
|
||||
# - name: Deploy sabnzbd
|
||||
# import_tasks: tasks/sabnzbd.yml
|
||||
# tags: sabnzbd_install
|
||||
|
||||
- name: Deploy mealie
|
||||
import_tasks: tasks/mealie.yml
|
||||
tags: mealie_install
|
||||
# - name: Deploy mealie
|
||||
# import_tasks: tasks/mealie.yml
|
||||
# tags: mealie_install
|
||||
|
||||
- name: Deploy pyKMS
|
||||
import_tasks: tasks/pykms.yml
|
||||
tags: pykms_install
|
||||
# - name: Deploy pyKMS
|
||||
# import_tasks: tasks/pykms.yml
|
||||
# tags: pykms_install
|
||||
|
||||
- name: Deploy mediawiki
|
||||
import_tasks: tasks/mediawiki.yml
|
||||
tags: mediawiki_install
|
||||
# - name: Deploy mediawiki
|
||||
# import_tasks: tasks/mediawiki.yml
|
||||
# tags: mediawiki_install
|
||||
|
||||
- name: Deploy traggo
|
||||
import_tasks: tasks/traggo.yml
|
||||
tags: traggo_install
|
||||
# - name: Deploy traggo
|
||||
# import_tasks: tasks/traggo.yml
|
||||
# tags: traggo_install
|
||||
|
||||
- name: Deploy gitea-runner-homelab
|
||||
import_tasks: tasks/gitea-runner-homelab.yml
|
||||
tags: gitea-runner-homelab_install
|
||||
# - name: Deploy gitea-runner-homelab
|
||||
# import_tasks: tasks/gitea-runner-homelab.yml
|
||||
# tags: gitea-runner-homelab_install
|
||||
|
||||
# - name: Deploy mssql
|
||||
# import_tasks: tasks/mssql.yml
|
||||
# tags: mssql_install
|
||||
# # - name: Deploy mssql
|
||||
# # import_tasks: tasks/mssql.yml
|
||||
# # tags: mssql_install
|
||||
|
||||
tags: dockerserver_install
|
||||
# tags: dockerserver_install
|
||||
|
@@ -1,105 +1,116 @@
|
||||
$ANSIBLE_VAULT;1.1;AES256
|
||||
37626231313838303136643164643866393935383533616130643933623833373939646530646136
|
||||
6261313963343936663165653464363130373630666433320a626233366237633461633435626537
|
||||
31303534393766383338353564663065393234346665666263663137376232313339623132613036
|
||||
3134306263633638660a373863393137656165356634626134336264646437633433376133376632
|
||||
63626636396330346563613633636636363938383338656265306232633531376539306139666664
|
||||
32633862323261373462383666336264316338666462396636376166393035616133366336323165
|
||||
64353534643362363663363435303565623934376437306234633263336563363739363364373439
|
||||
63356461663066623037313663643435646633376362313431313234633263396536303539366666
|
||||
37663261623434336264353664653565366531643166316435303237356139623766313133363038
|
||||
31306333646162653036346334646163306638383062353234326438613832653935383362613362
|
||||
32343738333363373663356364326136346636353737313063363939356439306131373365656538
|
||||
30643836613031323962313563653234666338653633616361383233396230323636303537363534
|
||||
38366531643437373133333165623562383536376464613130313866656236646633363735623337
|
||||
35383433373436336437363833396233383463626165313736386533623566663661386131316538
|
||||
31616661663465323064353735623337316465656264383036633637336261343836346539316337
|
||||
62383439333633383837626363393161376363346431343064373635653435353465613064393031
|
||||
34343236373061396664306538383238366231356534383437323635613534613937646431656534
|
||||
66386633383938633935633863393538663738326133336533393535333738313861396362363933
|
||||
65343061613733396562333161633037623264646563653062653262346439343134613462653039
|
||||
62623732323432323638343339343436323635613531323334653466363739323037356138343261
|
||||
30613935313337313736306331386131326531376662313035353239633332666561646530373239
|
||||
64333736366363393734326632613634666630316465396530353530316535356366646638373337
|
||||
36616239633130653835633365626337646230656135353837323830633337613764386261373530
|
||||
66653065636433306465656633333233656334636463666630623136363837613461306536303535
|
||||
38393865663436623666656364316361656361376431346230333638376430383462356466363635
|
||||
38326362616463643432633937336637396663653631346631373761313436663861353530646165
|
||||
30353634326432623566633833653338386134613263316564363133393936326262646363323333
|
||||
39363561666464336564306439636639326536353230303232306636643434656439613366316664
|
||||
39633234333238313762643331343531646633383838373465343932616466323036656161633062
|
||||
37316365636238623265346239663034326333623532623834623864386662363833633833386537
|
||||
61616130633561323764623938363938386435386630313933623038393034383333383163623664
|
||||
33613361653135323932336366383631343964386633653635373165396334396134626561303866
|
||||
65393866316632373536623431666139623837343163376263346463623565613132396132343262
|
||||
31336563386364326461353139313532653162323637663338383330653263643035656162623539
|
||||
31633932313233343139336334303563313134666531333938623537653563633731363062346465
|
||||
64653830323263626566613132383034303236333566323565613030653962386266613237636138
|
||||
64316533366562356636396431663736383264363136366364383631373665663365333539636436
|
||||
30633565313531626162343936663538613264656332386133346361336462346236363830323332
|
||||
38623366373530313536336332356266303337653134303463393434653332366533643163653335
|
||||
61313239616464353364333235343964383032333334383435396439386435613431343639376639
|
||||
65333737623137653861663834323434373765646661336533616562643831616330343862633663
|
||||
65613863623034323937343762613635353433376136376236656565326537326265613331313264
|
||||
36353336343061656336643566383334363266353363303735613239366535396335376130643437
|
||||
32656532333463373936613261306432626535376162303737323963643338343133366663313236
|
||||
35626535376636343133643638616631326630323532636363613531383037636466306535623366
|
||||
65343566313436376563346535666130316662333931393561666638326164656466653265663034
|
||||
35353134613062633266623966326633363661653934343834303132303066623033386363333830
|
||||
30363535623264383336383133613334303961663433366539303066343336356436366262346638
|
||||
61323732653736343663343964353961656464646664323765643863383066646537393762316436
|
||||
36323663393061636337363164623531666231326530313530303964343639346633376466663237
|
||||
32646439313063316264393532393036373963343265653839323864343764373435363961623265
|
||||
37363464613364313161363839316434636336626364326133366262623363363363613962663766
|
||||
32343338633537663361626233396361336135326563653432353439386437316134336230643232
|
||||
63623938353333316538663736653439373864346532363939323631663035353435363533366237
|
||||
39333163653963666338386662333534636362343637616438356366616264303666323734653865
|
||||
31373139326338323265323030383162653930623565653465386663343730353839333261613730
|
||||
33333663393635636566366436393530366265323331343237376663333465346535653663343334
|
||||
63326336343434333033316438306135316634396530646163643931363766303138313064643631
|
||||
36396331383566336164666566353138303565626662613066623631356533653666306537623937
|
||||
37643961343038383038363137323062363031376235396231633665316431653836363935336362
|
||||
32373936323434303664633863303864333063663965323139616266306561373333323432313231
|
||||
62393933663433363232643934663738656331643865653033666163666638326538623061366634
|
||||
65613334383562393563383237396236366362306166383232333530623732386230306137343936
|
||||
35306166306435303165343034663263663933363832613262643366366235616331303836313963
|
||||
65373336393865653436363332663266653361653132623230333466623631613662656237656662
|
||||
34613439376332303532346430663035323030653739323565636638363364316636383033653434
|
||||
34303561383536383232383761303630353162346365316665623964613162316432386163323332
|
||||
31353133666161353466363132353964383230633032663163656433393438653531373432656661
|
||||
63646261633766343064663663633434313063316338316438643534366539663963346635616661
|
||||
66336439356232653465383262333637616165306132323833623564303730343336613532663063
|
||||
34376633356566656635386636373634303539653662306331346635383461306235633439343732
|
||||
33633164666264353239336138373039373135323737666533323763623933353262303961363638
|
||||
65616631643465333333356563323439353634633734313937646235393938626162643331353336
|
||||
38623635316166353536376632343635663337636538393861396436393833613762373230346236
|
||||
64353436636337386464353237363437393837326562396262653132393134333461343463656631
|
||||
38326166306563633434343230353436366632306638363532306462656234616261383863396363
|
||||
35623838363139666661303233366165613766383736393430393965323931393965336334653030
|
||||
66633736623965383237366138656232383933653138653937333831336566633336313164353332
|
||||
31306565333061633738323238383431663731386662356561653432363138623130613337366135
|
||||
32303565663263333837333431383034303663383635626539376634653936306334303930316363
|
||||
38383139363132353366656338613435353734353465376366623634386634306230393939303964
|
||||
31623530363561663363346437313838616537633639663562393236626530666534313465386662
|
||||
38306561633532396632313962313033616365396662303363353066643531323061653536303136
|
||||
62333733623533643931666137343430393462356233343630343537353336303063336564373161
|
||||
64333461313662633630326633333939663431353863336636316338383834336432316264363536
|
||||
31663734626635323363666131326536333835383062383062313465626365336330623536326532
|
||||
35623633353937363736613334613235333532636664323034343937653162316331306563343766
|
||||
63633034363866363962343538323266386532343764616334303332316437373638633538616161
|
||||
65323033383030326535396463363132643062303430626261663230366233616139656339343565
|
||||
66616137303439353066303562666265306561373033633035313432313936386630393962656637
|
||||
63613039386339643539396332643931353031633438666337643232633031343135366635396264
|
||||
30373832653337643763616437353432303362306266636362373335363939303033653635383266
|
||||
38666631646237613135336466386537313961393939326430363664383330316635613234396639
|
||||
64373533626533616639656533313831393665366662346661643963616138393635663238626133
|
||||
64636532333735353465396466666238663161333738383930393634623731323338336439653261
|
||||
35633337396262306238633431623538363332623735346438353334623765636565663263643230
|
||||
34353061393665633364326663616163386134363363343366646332316333393833353866653435
|
||||
33633230363634666338353162653261633666363134383961353565616134643032663362346431
|
||||
37636535646439383037383131396133306161646363386332623032313665356263376431313964
|
||||
30613966316363306138363164343165303164613164646633616463363061356134323061373262
|
||||
63633637616336616364316636633466333837616535386662373263666164626330313365313938
|
||||
64353538343661396630366631386132386433316637303539326231303364383830383333613730
|
||||
32383938623830613835623165353066373961323135376533356163313461323036636263613763
|
||||
66643336626632613463
|
||||
61356337303265326632383732373461363866656232653431313936346132363664393130323830
|
||||
6362653638386439636436613766346265303962653162310a663564306662643562373234333638
|
||||
37303361613632626639653031333932626332663232633861613761376431373537333036663532
|
||||
6131336336366638370a636262643331666261313934663736396265623063336530346562316436
|
||||
31613130646433613934656462376262316365333761303135303138616265333463373939366135
|
||||
36396266303438396166333631373862663966393339636162633738623131373136613263633738
|
||||
62326264633236336333623663626361343830666361333763633638303832613461316363303762
|
||||
30313337343336366435373666353562303237336235346261343833616365653464663464333530
|
||||
39353464336561623238356336396332383130363333666638343038323830616134613064313765
|
||||
39326439376265353132383161396665656534303862396237303866633165363331353832656435
|
||||
65323232333539633661653763356133373962326534356638363038643338393534646637646535
|
||||
36316534303332363435626331626636306166326166623764336338303262653263316634303662
|
||||
66346137383635613861316331393139386139336630336434386662616239633233626637376631
|
||||
38383530656264616130666138633162656164653666386639333431643936666364613338376139
|
||||
66633734396435386233643266656562376662363763373933383165376230346162643066316430
|
||||
30613530626563643231306565333932353533623937393838353866306164653432356533356331
|
||||
35633636366164326665343730393935346466636165313236643061396534363466663962623561
|
||||
31316230313764343131633862383630373666353032353735663736636261626339623938396531
|
||||
39333263613538336261653439333333386138366233363139346164623431373032353832313739
|
||||
32383834396531393362613335666634323533306461646137306665323366653034346639333635
|
||||
39626237393336346330636162373336383131366266333036353364663831653438653136313534
|
||||
39616666613737373264646330383934393264386230666231636636323264626434303532313661
|
||||
32396432623366346339393730363531653466376136633332616636326461326466303039313736
|
||||
64336165333034333939633836396332363330333232316530393333386161633264646564623831
|
||||
63366665626363336137633362323535656466646536366432613161653330303936616638653862
|
||||
37306436636435363562656539356666303661313364393365313165613339336636636161616231
|
||||
38633261396166643736653262376663313530636130643933343363636135636466366462356332
|
||||
32353139336133663234306339646635326462353462376437663761323864656430663532356330
|
||||
31653038396630336662383566376435333065373562396634313230323339393439393561356239
|
||||
37306531356338343563623539303939323562313035393066316432616434363365303636616438
|
||||
65346439356163343263303331656166313661393337393434643839346133313265383164356138
|
||||
63313334376438623235353430396532616262353134666438663065623564616164363535363663
|
||||
62383039636332653661653961376633646636613565346162323066613337643836666235363166
|
||||
32343738393134303434663164366361333162393030366465323031313664643631323862313566
|
||||
65666333366339636531653061643262393162653364386539626531383166343262393764613138
|
||||
66663337373162636439313333303931323363366438346463663139343437616262346138343036
|
||||
63386233383333356661663166313835326238386331323834373731633337323834323466353730
|
||||
37636235376164366637343964386164346362616666373631666263653861633935366137313933
|
||||
30356335323239323436353265623663383836353766653766323033346139336530353761633061
|
||||
65633662376334656662343135396232323437343031643665333063393062616137633930616263
|
||||
37386531363233663462313162663534653737626335386539386663653334343731623032333135
|
||||
34336436393565646333646536346161626232663066383365303636343062613333643466313133
|
||||
63306563393539313530313937393134653635353264386433393763323434346137666564653632
|
||||
66356561383031643137363037366630346232323139643164393637383832306439366134666431
|
||||
65633366393538376532336461343131613464653134323734613638303864343364386538656566
|
||||
66313731616264313733636134396335653037393132343964633631393735366636303535383965
|
||||
38366337396537623437616437616532623462323133376637646264646637633630633536376234
|
||||
36346465356264333633313335386634356232663436623932306635363939363033346465383934
|
||||
30383635636163376130353830643433636630323264303061616535363963353262386432346531
|
||||
61393337363833336633363564396563666366393832383937633837626137313063626335373731
|
||||
39373339303131333466376631396537646161306537306338313330343331303637383432396332
|
||||
63323361326465326230623032613536396166303632646265383938336462663538386566633261
|
||||
38636330333939643338646635306564313939373266636532363238336531643662616663616633
|
||||
36336262663832383033346563666262336132363261633332333864343265343166363562666464
|
||||
39316439343331303233306334356535333439366661353634373064383638303934343236346261
|
||||
35653131346665643639633130346464343735373764306465653235306465366533333331376464
|
||||
39346430643033653164666266636238656337626437616462346237613936666165373734376637
|
||||
35343266393562626561313832646634343564316161346263306365303635383339393637303934
|
||||
32313261633738393937386166383666333038616232306534643135316465306163666566333664
|
||||
35653738653935656138303233303034383730653765353837656231633865353739383836306461
|
||||
34393432373632656639396531396634653932343165326539326134303438613835303566346530
|
||||
35303161643439366533663537313465333431356637373164313264653034373330393532623964
|
||||
61333738653334313664656330363632303865303139643437373032623766643564383964316537
|
||||
61346362666363626135656266316265363162623463613434616663383234306431616134383532
|
||||
66386230346437383533316336333162346662646431323731306162643531366461356230653463
|
||||
31663434303261663331336639663437303161373533366330306262326366623738306435623538
|
||||
35666630656632306163393232343335626331616633326138663830646631376132613435616136
|
||||
32346562376236333631353232346430323536313430396263623261316536343562376462623233
|
||||
36326164393764343864306563353836363736393564363264386363323531653561343335343766
|
||||
34356137623430643562633835613334616539343634316365643438356537306636386133366436
|
||||
36613235353837646639643862343661646165353732663166346531666638336662373061313634
|
||||
32363530333264393364356531383332356562313236373833613932343435656361653862316162
|
||||
66346464393630393831356237666637393331336339323234363137656561336236363530646162
|
||||
31663664663265363435306465333037353836356137616264663661373537623361373664633931
|
||||
65343863323761366561656137376138303836326231643239363861343439373234323165303562
|
||||
38343233623738626631666462343336363466626164633265633730663336316234396635643865
|
||||
38326563356664663462616239313438656533383330386339323136633935663936323961386565
|
||||
30643164633338353033653635313561306365336433323463626564343765613735373763623463
|
||||
63363530393864336365363432316337343638363931643664333062326365396633386133363331
|
||||
31643030313965333635373639626232393733353633396438626562313936343439383761323364
|
||||
37303366363930333435643365376438613564373834623438663338623633643361383666393634
|
||||
63623837356237373934663232616461386639326364343665626131316263353865613936623961
|
||||
65363039353933353034393239363637623139623932373938306235633863663931383233333833
|
||||
65386262383166353063623862383531613166323537373236626138623438653365303662336638
|
||||
65623565343138646231616562376137316434623235643165646236613735613138333663383234
|
||||
35383062346435623736646132643832313231633131623036636163353134373135653963343839
|
||||
31383839343738346330303332303834336339366435373762376336666533336264386164623137
|
||||
35616635313334356465373534333961353663633432383935306366316564353364646561366237
|
||||
33623535663064643330343834353866336134613061333035326638323762383665396539346439
|
||||
65646338636131373662383334353039643737386531336662396438316264646463356561323165
|
||||
63316261666433353039386665626561633264336331623664393632653866666361323537383061
|
||||
30386238333532333934366238366236356262626539643831653632343536336462383834623266
|
||||
30346465643832343861303538613163313338646431393765323237346262396439373362336139
|
||||
39333638356336356165666130613163656161313530346439343630643834656631343635326166
|
||||
61343237653264396363366562343963663438663966643031366236623535653335366431636564
|
||||
32666432316262636337616336303834663438333361636564613163643437386336326361646435
|
||||
31383931346635386131613732653866346466623538353531373139313363323832646565383039
|
||||
32616161613366376138313333616534656466663139343834323464633138306138386635306634
|
||||
35643839643266373538636136373231666536343562346266303165373834323234636334653037
|
||||
34343336376563396138633863366563383235613932666164373539366562396533646435633562
|
||||
34333564356161373035636131353863633835386161623664613636356533383861356534653265
|
||||
61643432356530303564386434656463376136663138396362373631323030356166356261633362
|
||||
66636362376332373461613261366633636664663566393938383161363831626162666234373438
|
||||
34363131616166386465396637313436373037373033353435383534353637333862623063313735
|
||||
31653031623334396361623339656431363036303465613233653561653761663137613263333431
|
||||
66393165373934626139353539393032613539666662386561383465646162663134336432313834
|
||||
32396230376133613965626236343164333962363936333266653737303262626666383633303161
|
||||
37616162323762646332346330383162666138303763643135313331666538663064393532323633
|
||||
30633237303736393661666164303233363166653063303436306166303761656534383838646133
|
||||
37303333643531346564626562333239613737323661633930653030313164663661626261353135
|
||||
36633333393865643363643763613562363461636638396364383433346434373962303938363739
|
||||
63633162383162656466383431333163616235303164363535383561383934336535393663313439
|
||||
32323061653463343236373638343665316363353238396664643737383138313731666537303664
|
||||
61333239626231613230646531346337663535363565613838353538373532333962666239666662
|
||||
303632303162656261383365376461326466
|
||||
|
8
main.yml
8
main.yml
@@ -1,7 +1,7 @@
|
||||
---
|
||||
- import_playbook: all.yml
|
||||
- import_playbook: internetfacing.yml
|
||||
- import_playbook: cloud.yml
|
||||
#- import_playbook: all.yml
|
||||
#- import_playbook: internetfacing.yml
|
||||
#- import_playbook: cloud.yml
|
||||
- import_playbook: docker.yml
|
||||
- import_playbook: omada.yml
|
||||
#- import_playbook: omada.yml
|
||||
|
||||
|
@@ -1,8 +0,0 @@
|
||||
---
|
||||
# defaults file for roles/nfs-mount
|
||||
|
||||
# List of NFS shares
|
||||
nfs_share_mounts: []
|
||||
|
||||
# Default NFS4 mount options
|
||||
nfs_mount_opts: "rw,sync,hard"
|
@@ -1,52 +0,0 @@
|
||||
galaxy_info:
|
||||
author: Matthew McKinnon
|
||||
description: Mounting NFS filesystem
|
||||
company: support@comprofix.com
|
||||
|
||||
# If the issue tracker for your role is not on github, uncomment the
|
||||
# next line and provide a value
|
||||
# issue_tracker_url: http://example.com/issue/tracker
|
||||
|
||||
# Choose a valid license ID from https://spdx.org - some suggested licenses:
|
||||
# - BSD-3-Clause (default)
|
||||
# - MIT
|
||||
# - GPL-2.0-or-later
|
||||
# - GPL-3.0-only
|
||||
# - Apache-2.0
|
||||
# - CC-BY-4.0
|
||||
license: license (GPL-2.0-or-later, MIT, etc)
|
||||
|
||||
min_ansible_version: 2.1
|
||||
|
||||
# If this a Container Enabled role, provide the minimum Ansible Container version.
|
||||
# min_ansible_container_version:
|
||||
|
||||
#
|
||||
# Provide a list of supported platforms, and for each platform a list of versions.
|
||||
# If you don't wish to enumerate all versions for a particular platform, use 'all'.
|
||||
# To view available platforms and versions (or releases), visit:
|
||||
# https://galaxy.ansible.com/api/v1/platforms/
|
||||
#
|
||||
# platforms:
|
||||
# - name: Fedora
|
||||
# versions:
|
||||
# - all
|
||||
# - 25
|
||||
# - name: SomePlatform
|
||||
# versions:
|
||||
# - all
|
||||
# - 1.0
|
||||
# - 7
|
||||
# - 99.99
|
||||
|
||||
galaxy_tags: []
|
||||
# List tags for your role here, one per line. A tag is a keyword that describes
|
||||
# and categorizes the role. Users find roles by searching for tags. Be sure to
|
||||
# remove the '[]' above, if you add tags to this list.
|
||||
#
|
||||
# NOTE: A tag is limited to a single word comprised of alphanumeric characters.
|
||||
# Maximum 20 tags per role.
|
||||
|
||||
dependencies: []
|
||||
# List your role dependencies here, one per line. Be sure to remove the '[]' above,
|
||||
# if you add dependencies to this list.
|
@@ -1,2 +0,0 @@
|
||||
---
|
||||
# defaults file for common
|
@@ -1,52 +0,0 @@
|
||||
galaxy_info:
|
||||
author: Matthew McKinnon
|
||||
description: Traefik Proxy
|
||||
company: support@comprofix.com
|
||||
|
||||
# If the issue tracker for your role is not on github, uncomment the
|
||||
# next line and provide a value
|
||||
# issue_tracker_url: http://example.com/issue/tracker
|
||||
|
||||
# Choose a valid license ID from https://spdx.org - some suggested licenses:
|
||||
# - BSD-3-Clause (default)
|
||||
# - MIT
|
||||
# - GPL-2.0-or-later
|
||||
# - GPL-3.0-only
|
||||
# - Apache-2.0
|
||||
# - CC-BY-4.0
|
||||
license: license (GPL-2.0-or-later, MIT, etc)
|
||||
|
||||
min_ansible_version: 2.1
|
||||
|
||||
# If this a Container Enabled role, provide the minimum Ansible Container version.
|
||||
# min_ansible_container_version:
|
||||
|
||||
#
|
||||
# Provide a list of supported platforms, and for each platform a list of versions.
|
||||
# If you don't wish to enumerate all versions for a particular platform, use 'all'.
|
||||
# To view available platforms and versions (or releases), visit:
|
||||
# https://galaxy.ansible.com/api/v1/platforms/
|
||||
#
|
||||
# platforms:
|
||||
# - name: Fedora
|
||||
# versions:
|
||||
# - all
|
||||
# - 25
|
||||
# - name: SomePlatform
|
||||
# versions:
|
||||
# - all
|
||||
# - 1.0
|
||||
# - 7
|
||||
# - 99.99
|
||||
|
||||
galaxy_tags: []
|
||||
# List tags for your role here, one per line. A tag is a keyword that describes
|
||||
# and categorizes the role. Users find roles by searching for tags. Be sure to
|
||||
# remove the '[]' above, if you add tags to this list.
|
||||
#
|
||||
# NOTE: A tag is limited to a single word comprised of alphanumeric characters.
|
||||
# Maximum 20 tags per role.
|
||||
|
||||
dependencies: []
|
||||
# List your role dependencies here, one per line. Be sure to remove the '[]' above,
|
||||
# if you add dependencies to this list.
|
@@ -1,18 +0,0 @@
|
||||
$ANSIBLE_VAULT;1.1;AES256
|
||||
39636530616337336431643962373961633238653736356361386464356532643031653561663431
|
||||
6163356235656561663137646564366439323734623435340a336234336533393261623833653362
|
||||
36383231306562613132323963363361396539626266313161393862653134303866626565333239
|
||||
3861663765333731340a326336656137336533396434616665643962346366346365363266626235
|
||||
38363264613231633434666132353861346235353033386566656439373837333735333931343339
|
||||
34613232396636383566623066663732303235313961386239623835386430323365613931383238
|
||||
61373865363432336339313463313862636336633264373030333061346364306163363531313939
|
||||
61633831353738633533363539663065613034613133393265313332643030623464643035346533
|
||||
64663635363366343061613666363235316230343163393166636538316362633262636331633835
|
||||
63323335613437666462653234613936633766623430336631363338666565383166356238313239
|
||||
33663238653662353133313164653763643036386562303735393438313063333833663162363137
|
||||
37653762386161653032623962313064323637313930613238333861356538313534386266633139
|
||||
64366561326462613636373164616138396336663766393465333037393032336533333436343039
|
||||
66373266353738303362326633636363376135386562623061393761633038363638316630663461
|
||||
35343737356331336136636638366237376431393664393337643037323862333735363031303432
|
||||
65336565653838626461323631643565626436343239633238613535663137336338366564633131
|
||||
3438
|
@@ -1,5 +0,0 @@
|
||||
---
|
||||
CF_API_EMAIL: CF_EMAIL
|
||||
CF_DNS_API_TOKEN: "CF_API_TOKEN"
|
||||
traefik_api_user: "admin"
|
||||
traefik_api_password: "password"
|
@@ -1,214 +1,214 @@
|
||||
$ANSIBLE_VAULT;1.1;AES256
|
||||
36646133653432613061653437623736373337303066613365626635353030303066303231646631
|
||||
3831623532306366373661613635356166383934303630360a616437333535633339653136366639
|
||||
66333433383331656236373262336439376235613661613035366232303866623231323337386132
|
||||
3764396266626661330a666337666432303334316531646235653331363939303834383432386165
|
||||
64336136643665326631343033663066393866346363386266623831623538383365656139323135
|
||||
65353335323739666664666135653535383238643561616135333665376664636137333736333338
|
||||
66663437316132343361373935613232613238633635323166393739646334633536613534313330
|
||||
62323239313136386138656366326432393239383462323537383961663638616364636333356434
|
||||
31616161313764623934633032353431616133383435353765386461383863303864393432663062
|
||||
64373636643661663333633462363363313437656130323733336435373836646636636564333163
|
||||
39633232633566626433353765313330383662383932383638636435313231343738356239353237
|
||||
61306134343138313730373934386663393133353635623765646439626563336262626338373365
|
||||
34663463396337346633376135613230616363646666356565353937656362666261373534336566
|
||||
39313331613335633534386332616437616639373039366437393835376535343530366662643433
|
||||
66653138626231363331613363353563643565633738623337636337653537653935623239626238
|
||||
34386462346631666536313832636339653061623937633232383862656637363331373666393735
|
||||
34643932646566346165353036636139356635303938356336646333343339393662313562633762
|
||||
63373334343536623730363166313739636539323861383835343934633338346432373437343335
|
||||
34623539376634336138343135626461326232363433623565323264623334393432353164303435
|
||||
33383566306437356531346233623334366634396634326137613030383837343061396532613861
|
||||
64626438336162346662386636356338393764313965316465373435366235623466666232616233
|
||||
35396430383837316161623335633532613961363231353539646461636461396463633534353662
|
||||
64356636383134333731316438336537313763636332623961613739306632326366313931386533
|
||||
63366533646238363034613534613166343438363734383362396332363263663265356236666535
|
||||
30316362656661336537306439383932643464343633303665306530643032363366366234323961
|
||||
31653762306337393433633230336635383539386138363463333766336435313165373139393163
|
||||
34336661393261326139353234643561346637633235623666663865666231633137633263613761
|
||||
33333530306138653735366363313531346138666364383266376636373462353861643339383639
|
||||
38356332633461353339343163346237633334653036666132326363353430396161343632616264
|
||||
62326331356233363364326634663939306332353362303031613937303633616436323335316438
|
||||
64633363313961633334303839646339633831636364316136396432343536353064366437343564
|
||||
38376230613236653835613164363037326161336536663736306434313463326162356463613661
|
||||
35333136373364383732393339373662656262356335636364396533333439353062653331613635
|
||||
35343236323139616431663437303531323138326534663839623366386663326161313962333939
|
||||
30363738663936356563633535366364363033353065306464383164613162643432326433363765
|
||||
65386365383030623165623732386262356637666562333735383439366465623639616234393131
|
||||
66653631393662653465323661333633376130313466646535343634343664653734613436396662
|
||||
63633634353836653763396665646135333333373564383937386230373034623565613130313038
|
||||
62306535623236373263393936643037356661343331623963393233613962393162363939373631
|
||||
31353761663033363665663137623263363035613339623636313964323939393133626664373030
|
||||
37303262393064666239393764353962643336313730346136643031343233343138643338366561
|
||||
62316163613665616363326662633238303763343832383137303361313636643862366139366539
|
||||
39646166363964336463306331303964653863326665343539663064303731393237636138326331
|
||||
30356664323939303166363633393930386532653238373635643761633332663238666466613036
|
||||
37363939306332313234373536373134356662383561303831626532656435333233633232633261
|
||||
37626265336638616435623461663138393030616333333836386163303531613937616365643165
|
||||
30373139373339396566336538343461363332303233646139343262363461353935373966366334
|
||||
33353331383136313761353238373934663430653831383330346233336263306334663735613132
|
||||
62613762353733343132633839303630643634663366333138316334623431626538306362306264
|
||||
35343531373234663838356135396339666261333862613736353239383035626363653637373961
|
||||
61386232643433353137303039663035346231326236326334306563373237653564663066316566
|
||||
30353639353864393562626465393531663262393364373533626336636639323232393830303339
|
||||
62303339633934626338383632376563383763616466383063356664353039393666326235396562
|
||||
30323334373333633330333236353966626335316538653138306434636139343439653239356637
|
||||
37613937313861373534626133346335366438633537616230396539663866653464306539643839
|
||||
64656266366361656338666430653763383664313862313635616538333665663565356139663638
|
||||
61613761323863633333666337653432356433373662646230343866653964636665616363306430
|
||||
38343063396638376136313738336132393831623439323139336431343837303937313762346333
|
||||
38636566306235306263363938333630343836633039336330656439626239653034613834616133
|
||||
30323865346637623561666538333364336231346630383661396136313530333963373963386437
|
||||
63353262623365656164393830643162303066316134636466373561326663373862316161626335
|
||||
39323463393130373536393939393537616330363037373139353338356430623564613363393233
|
||||
37643865316530643131653036646666316538646362353162633437626437363635613131353931
|
||||
31636362343164363731376361386265323536313732383437643037343139306234393238303631
|
||||
32303365313232346636343763623532646233663131393836323039343630353963616135303036
|
||||
30333763396130393031613262316465613066633738306137653839393866356533643662323031
|
||||
65313161333539366433663163663437343039393435643433633034383962373634623238306534
|
||||
62343536343866653666366331646562333964396234333538373634366235656230636433346364
|
||||
37323936333733653564636163643631663761333566343330326662623161663931643032643538
|
||||
39363739333932326533353762356436396234636334346234343639383963323861393230313439
|
||||
61623530666537653637386234356338313335333033313436623036396364663231386336356232
|
||||
39386535373138323530303239353930303265363032356535303038383635666633313231326339
|
||||
37333138643638313062346136363961303739333361653939306130323463386330323434383531
|
||||
30333033363663353438316533666433363133353863363031613935393830396262613863353732
|
||||
30646462373533313965366162313365343038643838363837623131343163343238383365383063
|
||||
36343530323238663861356332613363356561656137353863663363663963613935636233653330
|
||||
64636166326333323165393939633366366430306262643934616135353565373635643736306134
|
||||
38393964396663663162616331613161636538313038663065633331323338313737636335646563
|
||||
35393663336462353238326561326431366637323461613439333465623636663464623861333366
|
||||
35396561326565363935323731373463616337613966393833383632616332616363343631613963
|
||||
30393966363961663762353933396237376330643338326233336537633732316366373534666632
|
||||
32306336653463333936363734323638623032353636373037323239363935616133633763633664
|
||||
62663861393736313534346461633536393137666265653930346363376465323164633937313838
|
||||
31633133646461373861313066303433643561623731663765633539376366373633383839633862
|
||||
38653663366432666538653066343138653239663630343539323666376164323737353766616637
|
||||
38393330626561393761306338636239336437663639633563386464383664353235353365613063
|
||||
63353063333937373563316266356335633230633034393134626437653635613237366333336664
|
||||
33356665306134393039636631366666353932346638613530636433383632366438393631663939
|
||||
65336238353634633634336536353363363432393433383831333937626161616163313866343364
|
||||
38306136316336356235626661316363646463393236303163336439643034396333636464353037
|
||||
64613463646138393566373061373161356562363261656537393330623337313862626139373835
|
||||
30313132346663356531393537373138663762396264636632383861313537613735613865643334
|
||||
35613061393037386634636139623833326566393437666135396263303362636232626361346661
|
||||
65323334613263343766373661616464313639383562663032306338393135346635633962353764
|
||||
34396633646133336665303963646564633966623332353964393737653965646638373665316164
|
||||
63646637356335386332316565613435396466646633333961636533323639316461363231346334
|
||||
34333932633430613362383561333331643263343135356463323432646666323634326638373538
|
||||
66303962346265363762653932633665626361643433353735326364333131306335323166663734
|
||||
32333466306431613862633836343062613364383663623030623336643034646263656363363530
|
||||
32326530393732306534613064353665393037623335643333653839346631356338613834393961
|
||||
37336230346634363135303231313362643638396633353266643466326533333131383433326235
|
||||
39303566303338323932316234613463613866356336656638633362636431623835666237353038
|
||||
36666362636663336131316639636634663637636136653330386663383566666463363961646530
|
||||
62353530383864653465366137353264343934633739616434333638633430363066326137386666
|
||||
36383862373434393136613138643832663036356337336330626331656635333932653137393063
|
||||
30636135613432383264663266623632666232313437343563336364393139396635613763356137
|
||||
36353033663031333230383362316636383137303361633038666161363762326332386162343735
|
||||
62373638363737353736336363633339626632353066386130656364323138623263623266663834
|
||||
65636232343736393164616663653762386362623538326266353339363965316238636561646464
|
||||
66653234343234383064386434646139353266623262366666386338363734336362616539623230
|
||||
66363461333539316265316136643766393336326463373834373639616632316263653663323135
|
||||
38343236646465613736633431333364363132393266666465386265343337663931393061383537
|
||||
34363435643834336564326232326164306137373132653232303330336333653533623332663261
|
||||
38623231623930643434336638643236363763623135386139343237323766356164306137656636
|
||||
37633564646130353262626239356139656633313831356330393534366164353561663963633430
|
||||
35623865353162376235363764323337383036356432623263616435393636376239393037313166
|
||||
32633231373439336336303738383136623437353361353464633663616132346331646666633234
|
||||
64663962333036316263626164373133356637343430656636393034313962336631666434306361
|
||||
34323834646164623236636336633231363330383135326136626335383938353661623733633739
|
||||
63353430343063363433373263376331613438353261376361396363306139356334646534353431
|
||||
66333936393761383561383363336661656330333136626364643835636438633565666434313033
|
||||
30393835646639366335623333356463663865363362393939373864626362656331386336383966
|
||||
33653239346535663032343839336161313461303535353166386633636433363733333138636666
|
||||
32393565616462393163323030626166316538393135623732656162643734396539343034323231
|
||||
37633835356530343239386237333731613833336333613262353238666330366438326337306139
|
||||
66313633326634323534353237653930303663306438613036623037383237666566316431333764
|
||||
65343037343130646362363761326530383161393438363430313730356136393830373236646439
|
||||
32313065343665666230303130363861326639333833636430396439656266636165346632353933
|
||||
33336536313838653062336234663166373230323333393833386661666662393764343638383763
|
||||
32616632393335353733316431363864346263393966626135376164363737613135613430346332
|
||||
35656564386636626139316661376436303631636262643733393662393262636336383931616438
|
||||
36323263636439653133376438363666313932333862333364666136333936373164316234333638
|
||||
62306239386363623838626431633432326665623163366337376461653437303534343830316463
|
||||
61323531386130353430393837323730303765643136393463663534313266393835376139363736
|
||||
63666565626434653737393863373333313839353330663865393865363430333638656538383464
|
||||
65356264323838313135323663356637326133636539643733636237303737656364326465323734
|
||||
62356138663765313232376238663834393936656234623434363733306237343731303035386531
|
||||
62306661323535323030326365383565393831383231386530393265393065646662613033386562
|
||||
37663031623532383336643433336366333034386634356462366134356166656461643536636165
|
||||
34616533353635336131353739663239666536393330616635353232616330633261663762643066
|
||||
37396135633238346665613430663565363936373461376531386230323732663637666536636366
|
||||
61633566393139633237663261616534333233646230333036343762633665383164313234666165
|
||||
39636166396531346437326432303736373961393637363931633365346435313333643634646337
|
||||
30636432646134393333666439363166336337383131313537363230633366626161353736613331
|
||||
39363263633133626535346463313036643636303635643732663262303664633133343031623234
|
||||
32646439363561366634313130333962646631386564333036363938323561653766376237656561
|
||||
65373839353737356635666430643137353461623134396531376639306330396535363165343632
|
||||
66643931356264316536363233643931623738323134326564343564653666383161613931663532
|
||||
62623436363133623232316262643831343061336232343564336262333535353064613132383437
|
||||
66643465633062613839616264316330393732343630613163306530626666343461656562323437
|
||||
62316336393166666162323832663263643138636662636131633239613864623534633761623836
|
||||
35343865663137643861643363303937316265663430383834396137373933373539396463386532
|
||||
33393561313336313537393435623861643037393939313264633061333531616233663331333131
|
||||
33633938363730613064306135393635313735326161643530363736383863383462666336376438
|
||||
31356431346361663463353135613931646434653436313764643738333261643962623436666434
|
||||
62656232343531653765353634643363383361343537373433376266333564616365333064653133
|
||||
61343361386332353866663466653362313634646539306164653237366366646564343964383835
|
||||
66306263353133373462313132383839383732613763353036616564366432613439636162383733
|
||||
66356631316362336439633332626562393538306131363635666534653766633738653865616630
|
||||
64326531326464666165353134303634623632336639353762366339666666323761663034663637
|
||||
33346337353337383037343165623934636362653038383832363664623764633663386262363437
|
||||
37623662336566633866626266623439653730373039643038633630646266633962323138393134
|
||||
62643861653236663961303263373164393164306165373030613435336236343636623738373230
|
||||
39616636383032336465313361666137306230323931343361373361366666323232336235326137
|
||||
32383835663330373633396361313665303261626538303738623366306563393030663933336331
|
||||
36373763316464646533663633653664636265646166326331313534336335383432333534666433
|
||||
34623738663764636265303832656537333136616531393131616237386235313361623839356433
|
||||
66643836396239613962623431353432303635393332336261623738626433623766393037336231
|
||||
37343830343038373137663630653862366530333733346530376661613539363435663037343364
|
||||
33373565316531333533336261353934313736346237336233313239343565303961313038323133
|
||||
36616138386139303664646363396633633039306630656565643339653338343065396136316561
|
||||
66383930666134373064633664363333333362626665313139313066373230616639636331633764
|
||||
35323762666264626638326265343439393932656266323831326234666663656336363062613432
|
||||
61373031613330646339316162343266386130393266323933383862393363346636353736656563
|
||||
31356665306137353231356563343666306665333535663535613062336165653339383836663831
|
||||
30306339613162373264613638663766303838643138626439313662343463623236666632323166
|
||||
64653864613735626538343035313031623639383365363834633033633039376564646263376361
|
||||
35616261333534633835303030393635323362333063626661303934666131656436636531303231
|
||||
36613939626662336338393832656431343563376234633566623862303463363137666665643336
|
||||
30313837376231636530323631393166353537333862356164393137653336386531643834623837
|
||||
36326530633334383461383735306239353862656131333564643931393938656139303238333732
|
||||
32623434396661633663333533663939663533393630393333313038343365316565326365626537
|
||||
32613865633137386266356566326338303531346461373839623139383538323432383065363166
|
||||
65663736343962363130303736313661373162623236633762303766363738613861383837303262
|
||||
34643430336662633131643134393136386464333239343764396664623736333938613434356462
|
||||
64623661313837306334366563346533626333663064626438666630323366623939643939323138
|
||||
61313036616430616162303032643334643438366435363730613539393234653934386330306438
|
||||
66356232306637613133623561313533316431313236303630376230666339306231383434326364
|
||||
35353333373166663530393466653263316235303132346335383135653630626638303063373466
|
||||
34633865653735303062356635326532393833353439383631633934623331636134643261643139
|
||||
62346434623036393137343935323735646639643835303965303332303963613734313639383938
|
||||
61323761376533643362323764366639383266323236356262303835616230643630653036656338
|
||||
30333732306566373331633463396565616564633733656566393337353635343665306337663461
|
||||
31666238316366326234353263623434613964303731353638313937323434316566633362623236
|
||||
31653338326235613966386135313838333533663331306137626563383734636132636562373137
|
||||
33396130346539323261353764306634656332663630383163376234316530383138363064366638
|
||||
30336663646330323130306334633065323530396161383635383533353532356130623039663335
|
||||
31633430343338633134663064303737666131396437336162613464613963353135333638616430
|
||||
64363964383739373535626361616563333161363861323936363463653664653638653065393334
|
||||
64363631316665323238636364643966393838333838623261363030646361333763653334306535
|
||||
65306264363330383461363833393737373036393463616263353530656266666463353535373238
|
||||
65613266353733353033356434663435626134656637343638396563323732366262316366616531
|
||||
33666261346237663135366263396332623238306562343534643234653136616263313336306161
|
||||
35653132643038306131643462613364353638643266666536616337323333303031373464346463
|
||||
33633630643930333539633430386335663563633862326262306233366361623932336464633666
|
||||
35666563383037663838383932363965303561306634623062633033663534663831623137366565
|
||||
62366138316366396261343335363430663662343138333333636332313639366463346135636666
|
||||
33663866396135626261656665633333386337376362316235356337323565623166663732663834
|
||||
65363163393435653531336666613334393063313135343363663932666663316665383635306361
|
||||
32323131383863643630633563663730383037626639386232396130333735616362386331643564
|
||||
37376262316166363934373238393733383838313338306136393435376433336433343265656631
|
||||
66653132333361633965356139396563356331316563363066343330353436303135666132613039
|
||||
6639
|
||||
62333263323564336664383061303137643138343137633638653964323339663833396335633061
|
||||
3631626266393238656561656436373835363931363132340a306238383061373237636261326332
|
||||
38633134623234623334353063663730326566373161613466316537393865643334656561656661
|
||||
3662393034326534330a643564323334613665613063313439326666393131663161376366373334
|
||||
39366466666230346533363534303265383135373662383839323230623232643634393136326665
|
||||
63663832643032393861313835336432643965363530303731393266633932613963366561633932
|
||||
34353133656562363866623534326638653535663931313261363238323137386231616365653635
|
||||
66303435383832373265316262313162353736383334316338663934623231386330626564613962
|
||||
32396363643465346362613537363737333730333666636632616539376339373139353735336236
|
||||
61313939346235343339616435633363393131623038386430356537353831626534356130636332
|
||||
34313333353930636138663563343338336336366161323266333533316664333039373861663230
|
||||
36323733363938653438616433626437663431633933623632383333626336326662373331613865
|
||||
61373630633734633030336537646165366233353730613035353062626634666635316566303332
|
||||
39343834323662383831646664623363353837373433633763383764636261363666666535303530
|
||||
64343236346132633032613865383736346164326238306638343263653865366233313663663839
|
||||
34383532343138633066313566346631343032363363396163663235333637623966373337336235
|
||||
66303832323333373161346563343562316164376564613237636133626230616564333538363737
|
||||
35626234303565343861363939636537316638643866333033303863333538333930346337383766
|
||||
35303162626135326434373833663738653833633362663538313062303433383633633531303962
|
||||
30326438656332353863326631623861336231643733376665646133353765306136353136346231
|
||||
61383335376236336538643637336233343537646538366531623030343134633935333435323164
|
||||
33303933316237343565393531383263366137313962363833623133643566306631366166663534
|
||||
39653935306265333433356534656561326262363431396139393430623266383339303561303536
|
||||
61363165393766313964376336353566316635363834616139666533326663653832313138336235
|
||||
37313432383266303636643433656538613331656433633031323364346665396635393133343534
|
||||
31363636636435363733303731336234346133353733343237323862393234383162643631623730
|
||||
66613061336463643962633763393539356239346432333363616635643435356439613565633061
|
||||
33383736336436376535646665366431343034353663656138663937303634303564323538363231
|
||||
37376134393731663137623131646236393838363064336536333766613831663761626238653064
|
||||
64613836303165353438343861663734313435343431353833613834393530383265366434623162
|
||||
63633436653336633366376534616131636530376165346663303865326666323738393634333837
|
||||
36636264376162383638323333363837366666393932616136326339393739386565396333393537
|
||||
65633139376534633337383963313938373534303863303261633136376265303363663237353263
|
||||
36643230636334636162616664656430343431616131336237326534333861376262333237396236
|
||||
38356434306136383261633837393864633931613262363065383035303661653662323030363536
|
||||
63316261326230386135363362653239333966323438353762666130393265313936383638343066
|
||||
37353661346134666662356336323362396662383332386633306431636663333261306164623930
|
||||
33303230313961636162356437633135333633376435386462353030613532633066653730383262
|
||||
62656135613435363862393833393239333762353731373039303436363735643862653337313364
|
||||
39353364323138343163616336613337343466376565303936346163653065326564333761353435
|
||||
36623138643863623464336432393930373064313964663934663238366563366630326265313239
|
||||
31346333306438333935366330336337616637373239663139343838343263343366626664643933
|
||||
65653332316164306466393935363331313761396132373539396430626263653464323236363061
|
||||
63613866616462336632313035396438326337303966363831633839346365613061363364326632
|
||||
64653335633638353933653764313138363831346235393837343632336533383031623330333863
|
||||
33623634636332306233323561323132623631376564346430303861343463353439383433623635
|
||||
39353735613336343436316333666237633066313235383163323637353164326161643937396134
|
||||
36396437393862623431636538363364333763616138653330333363363130646130316634316439
|
||||
62303031663437633335623232613838343636343230353466663165303636386266353530323063
|
||||
37333533633734303036643435386236646535343431316535336366333030313336303433346134
|
||||
66326439326334666534353137653231366631333437623638633232333761336333323130326264
|
||||
35346564316530373338313334386264643236363066633533663334373861663631346266613333
|
||||
33363162313832626336633966656136636131363265623232633935396433356337616634666161
|
||||
64386439316534616234326231613431363164643362636262623732613562346237656134663464
|
||||
35366533633933613133616166396139623263316164323161323666316134303339346535346365
|
||||
37336535383265313737306438386630643838303331346238616364626634376463353634373937
|
||||
64613734363661306235323438373065626331363539646338376434363632373061383762313861
|
||||
34316337393161313666363936376137366632366639373462643330363238336539313832323035
|
||||
32306534363866643464386230633865613662613538326233366637393737333961663563653234
|
||||
65376364393939333163386134393833643938383866343365316161316362363531646433623138
|
||||
32383137313232663831373439366337396430663938313334396336663139646336383262393963
|
||||
64373965343465393363363962666662313161323336653139643964313831303764313032336138
|
||||
63346534393736663639383666653066353031366566363035393834376538326365616435326137
|
||||
36313534333330366230623436343133356431336462643665356162356161633063396435613664
|
||||
62353061653862343535656331396366313333373862613535333862646536386166323831623334
|
||||
37366466333138393037613135313062633466386237656232393139633936346635663437346237
|
||||
34623839343939363561363663356336313231386463656130393163333237633236363931613137
|
||||
39643235383561386338356532366236333861656331616338303265393561646136333439373066
|
||||
35393137353766613763383963623833383132356266633231643663323733386236346135613635
|
||||
37313662363839316336343762613534336432396534303530343930643039653165613437366366
|
||||
35366565323063373062396531343430623831333135373264313935333661653535353339333563
|
||||
30383933666534646435316262613966633565636232616136313938363633633233323865323639
|
||||
30346438393832643431636664383931386163356234343835333130303262653361646432653038
|
||||
30303865616366663566303235383565653731336363336632666536313136353130346431373337
|
||||
31356339393461366661346530323366396130373932316639346239363263663032633065313338
|
||||
33376335363238316265306637623030366565363763393166613464386136663063643165326362
|
||||
62343232386235626565366664316565333236383065303036623335643334353366353236656337
|
||||
62623263666433353934393334386639326438313866613334353339663737393830663737653833
|
||||
33666432333635613634363464376362366566376338616233396364646434303163373532376535
|
||||
64633565303038316631343765363632383431336637306563313230623661663231623535333963
|
||||
35313335393337313530313262396464353432623731643639633731356630313938313261646236
|
||||
37303535626332623333346265633933653835396130376133326465643037626364356138393238
|
||||
64353366656462383064636563346332646632383161306238373737323837343535613236343065
|
||||
32666638313664376261326531323737363739616337646433643831356561633564653330663138
|
||||
38333938333639663438626136633361306330346361666236623430316433643032376430303233
|
||||
33346537353532373435656261356263316338373736323166306263306266653337333939653235
|
||||
33643763323030396532626266396638613739363862373266633333616566346239356434633763
|
||||
39623835346663323933313564613065636338366664363035313061643264346438326564353939
|
||||
64653233663333396161643631666437613735356536363737353636626663626435646138306432
|
||||
66303361336139626232623132666239333065613038333532323234646466376134306238393065
|
||||
36313630353639616431613466623133356339336436353862663631323061343331656435666233
|
||||
34613731656539326364323837313537356137373165643964663963616430303162613862356563
|
||||
34316436646664306436626462633963316630643162356363636232353038646138653434333034
|
||||
34623430343365363365306262333766303433633163336264323235333234336531666361383938
|
||||
38663962363538313530616561636563303666323130633437363833373436633834646333336239
|
||||
32386439333564333061393934613064666362373134326530646131626539633736646137663434
|
||||
33626130323939303863323339383330643535366531313230326666643737666333366663333438
|
||||
63306361663037616630356365613137666564393265626662663837363739343030326465373039
|
||||
63393333363066303464343435356130303434623031313661623365613130636261303636356631
|
||||
64643130393962626366643366316464643136633037626361303732303736613932646632313431
|
||||
64356563626262396365613037383465353863326364656637663536306262396330383666383334
|
||||
62643632353235336366343163353732303464393236613664393838356432306664636264343564
|
||||
64636237373061333339653430383034613363306566643466313133363864376137383738326265
|
||||
63353137383266613337363835303636343663316632613733376435396339623765613935643735
|
||||
37373465376339356338353561393430663366353766653136623861626538376435383630386635
|
||||
33356563396332316363353031613664656366303431626637333437666262303265333436356161
|
||||
62346537383535633838366439623666366564303738373066313663326239336266393331373535
|
||||
37643465376462636539323366336338303364303735303234383339653066386633356564636336
|
||||
33656338613464356561666562343266383963303031306430396438636261646564613234353336
|
||||
35313732373866363665666462313163343164666263333431613963366361383037633165343535
|
||||
35376561616331303364613166366161383936336464366635613334306238333763653563323131
|
||||
65373862393834383936626461396634653838633862626239343239346237373035373639336533
|
||||
62346262306232386334323162323930396562333034343062346165313063383065393033663365
|
||||
38326232656463633761653563386334316464303565623562653032613532383565663130646132
|
||||
64646464633665613532613736653139306336636635643566643430373732346664303231656465
|
||||
65353831396138363163383237313939353436623231376337313236353565616239326165356163
|
||||
32313135333339343062376565376464363431643263316664373436656234326235393166643931
|
||||
33626335383934393834333762653061326165373535353764643137633465646530653764303432
|
||||
64386439663130396639383030363238373462386265356631363862646230366132626132663131
|
||||
31653539306236376666633136363164356232636637333632653430343931313532636335303662
|
||||
35323636303963343330626132303665636334353264373035626635366235393739623836626134
|
||||
64323532313633353139336662643336613166333334383261656133626436646163336663393436
|
||||
66613436393531386133343063663332636166633534313439383865366132353334633237393931
|
||||
31306131356432633738666330626339383730663535626532396563356133353465353132633933
|
||||
33663136626362306235313636386534623063656432303332313163353635343839306632366163
|
||||
36363133666333613430316333376166363832303566643631316237383866396531643132333439
|
||||
32623438633862663430396531383634643631366337643130653961613231323030623132623039
|
||||
32303938636264343134656464323938303565626134343632633862356632646639633065323638
|
||||
63393862303465633035366439323439396163326563383736383833306335313834376166353835
|
||||
38626533343431663137343363316238356431323964643738326236383233633136343765386235
|
||||
65313464333264616465393334613634323761613634323739326636323634396361633761383031
|
||||
33663330333365313262643039633238633664356132653865336136323234616262343364383361
|
||||
61653365636462633031626164373061376439626665383530666632366365623630623235343730
|
||||
38666139386566323235356361626231313261306337663039343564393733633061633034303531
|
||||
33376565626634396333393265346464323330613364323732616366666261326234336239316364
|
||||
39353862663935363361313731383861313637663533343463306262613962646466383562653463
|
||||
62313263396236656262323861626263363865666438633338313732653463396665396535343235
|
||||
31383563663831663339383532353032353136666366393462643864653638616539356432353933
|
||||
33663639346433626265313334633137633339393061623539656361663739646630386466623632
|
||||
61316333343030366262316666393138346533383763336165663163363530393464363531646132
|
||||
38393061623064353839353165613035333335333835666666323236623931306137666263656464
|
||||
38363337633534303262353033366332353065613333313362646137356532383637336636393039
|
||||
32333462616134393137333661383564623336366336633839663264626238366530353965373433
|
||||
34633661343962316466313962393533363062666339656235353531656263396265336630623634
|
||||
64303561636239343039353062353763323337373564373761623866363833373331376233363538
|
||||
30666532313532643931353464633536626534303331393237346635653332386233306161666138
|
||||
37366338643839663961666132383537643736333833626364666264376431386137346137663339
|
||||
66363930306666303330653266343364356463353537383033303836613133656464323165626232
|
||||
33366239623736336361373635383466613031376138306530316632663165333836343337663562
|
||||
37353761626665333132653734363034616236353065613863343365663532626632323131323536
|
||||
64623639633236383437323532333832653462366662303931626331386534346338643936343834
|
||||
63346531306333306466333733396164343238386261396261316236366433626533373066383130
|
||||
32663132666565656537383134393165376636313663646465346662653537323432343261363962
|
||||
36396130373636303566373334366364306266663963336663343038366236373732303039336136
|
||||
63653035373233346139363935643061346464396465653461393232343966623038363639633761
|
||||
65633665363638613636326434316239653533383338393664326532346637373431316237646365
|
||||
63363365323066303366646634313138643061656361666131613662343662383030346363366465
|
||||
35313264373536303832623038323032373936656365376261636537353965316664346234313531
|
||||
36366361646461636261643163633762666664313032613530393063343262666663613464313964
|
||||
39343664356232623935663439303733653434633466353335636336393833353436323136336563
|
||||
30363936623032666364313537313330663366633031633531323235333663313136323633393731
|
||||
36626534643765353961356361336464646534393031346137383530343063393035383630306462
|
||||
33333837623133393762363735306431666537616535393630383430393339333432316136313337
|
||||
39646562393464316334313965313964616435346465653563376139336238386265613931396362
|
||||
32343232316634343331383733623738323962646566326230363466363461623266623135613865
|
||||
61366630643962613031636361393837613636356533666139623261396337376435353661303934
|
||||
64323163663135313830376662656136333032646332303737343861383431646363386661393664
|
||||
38393436363931666634333166616431623437303331393263633139353836353031613936323763
|
||||
30633266663764653862663231383536636463653464333263373665646165376365363834633063
|
||||
64333662616237353062376133323164393338303461336435376635613063313034353862396231
|
||||
64346335346430666464653933363564313964666465376564383530366130383039346361313662
|
||||
34303063613961353866336632613364623737646635373062346266323630656666346166666639
|
||||
34343466376232353534353465656334303364323061343138626638316334336637653936306438
|
||||
33303937383431376562373339656364633233386432373039326639353861336338343561643166
|
||||
65626334363739366634396363383061646638346138653132623364383764383262616635336161
|
||||
36356337343366343366653037656466653063646361383438373063653739626435393835656336
|
||||
34643665323632383562643638376538643439613430333436336561643738613563653634376135
|
||||
30616537303333653535306234633166363864343165643038376264643431613532646566366433
|
||||
36386164326463333437313337613236653831323032616262336464383332323863323563626135
|
||||
31663264303362303165326466346266653232623166313937323134663936363933636230626166
|
||||
35306533323537313637393438383031623935663861306535393132323762613063326232366534
|
||||
39313837343537616436643732383762303261616630653732343230316336633663303736333664
|
||||
38353939653139303633626437306361613863613534363864303838346164656561373262323764
|
||||
37313035386137363864663537616530363135366461393732316564656165326339663165613466
|
||||
33356631373365313138353634323461666532663736363238626564306663333166396366616332
|
||||
30363765303435633462656532663539636132353062633961376339303464623236633930376439
|
||||
63633034303230343061373865336262666234353265616565363638613661343331356163313765
|
||||
36623730353936316436333334353564653366386533356566396134343364393539313235306335
|
||||
35343464313730633662326261393330326333356565653138336230323066663465613236346530
|
||||
66323033336363303363643338346663383036386130643730363963303663646233373636386636
|
||||
62363234353838613865313334313632626133323934633734316633643938316532626161396531
|
||||
61386661623735396565663936613030623036306565373862353536323231363433303865366365
|
||||
32626630643033633364653330313134353938353261366237326138326631373738343537643461
|
||||
65623135633332393939383530633738666233323830663366373965396535366330333630386235
|
||||
32343730363431343161376566646237363238646463376562323939316334306463393834613562
|
||||
63323136396431393537633632396466336433306231306336663734633464376435366430363563
|
||||
63313632363438646664343935393037636565646437316366653535653139373435623331376338
|
||||
37613863316561373663343937386535303962666537373462363039333130653437373434363432
|
||||
64323936313666353937613931366537616134613864666334633261616130656636303561666232
|
||||
36666163303137346438323862353761633032356539613035613434393330316335396231376432
|
||||
39623330383338373938663130363830346232316430376137636231323539626666343730663732
|
||||
61353165373636363338346161356662393665323666396333356238373762393766626161316636
|
||||
31633235333132323766353937653733633731636635616138383761666130373465633232653831
|
||||
30303031656434346630623232386530343837353163666631363133373239316561306262383164
|
||||
61656437626261663936666336346234303161363361393736353736393339313534343161363864
|
||||
65333861666662343263313330366137303636663262663633633636343830373863636638383131
|
||||
62336265303262613063633963646562373738376337656133616435333136333137396561313538
|
||||
62316137373935653230643731663161303137353264326562653731656361353333323236343261
|
||||
31646237396237393261313437643335616534316630623831633162383830636631623763353165
|
||||
31646363323464663636656433613563386434656563396264616133363761656163383162353162
|
||||
32323837646632646530346434633234636539303934376537643730643134663337356237303738
|
||||
36316265643462393137663661346338353238323538666238643862346437313465326630643363
|
||||
3062
|
||||
|
6
roles/nfs/tasks/main.yml → tasks/nfs.yml
Normal file → Executable file
6
roles/nfs/tasks/main.yml → tasks/nfs.yml
Normal file → Executable file
@@ -1,5 +1,4 @@
|
||||
---
|
||||
|
||||
- name: Install NFS mount utility
|
||||
ansible.builtin.apt:
|
||||
update_cache: true
|
||||
@@ -11,10 +10,7 @@
|
||||
ansible.posix.mount:
|
||||
src: "{{ item.src }}"
|
||||
path: "{{ item.path }}"
|
||||
opts: "{{ item.opts | default(nfs_mount_opts) }}"
|
||||
opts: "{{ item.opts | default('rw,sync,hard') }}"
|
||||
state: "{{ item.state | default( 'mounted' ) }}"
|
||||
fstype: nfs
|
||||
with_items: "{{ mounts }}"
|
||||
|
||||
|
||||
|
@@ -4,56 +4,33 @@
|
||||
path: "{{ item }}"
|
||||
state: directory
|
||||
with_items:
|
||||
- "{{ data_folder }}/traefik"
|
||||
- "{{ data_folder }}/traefik/data"
|
||||
- "{{ data_folder }}/traefik/data/log"
|
||||
- "/data/traefik"
|
||||
- "/data/traefik/config"
|
||||
- "/data/traefik/log"
|
||||
|
||||
|
||||
- name: Create a network
|
||||
- name: Ensure 'proxy' network exists
|
||||
docker_network:
|
||||
name: proxy
|
||||
register: network
|
||||
|
||||
- name: Copy Traefik config
|
||||
- name: Copy Traefik main configuration
|
||||
template:
|
||||
src: templates/traefik.yml.j2
|
||||
dest: "{{ data_folder }}/traefik/data/traefik.yml"
|
||||
src: ../templates/traefik.yml.j2
|
||||
dest: "/data/traefik/config/traefik.yml"
|
||||
mode: "0600"
|
||||
|
||||
- name: Copy Traefik config
|
||||
- name: Copy Traefik extra config
|
||||
template:
|
||||
src: templates/config.yml.j2
|
||||
dest: "{{ data_folder }}/traefik/data/config.yml"
|
||||
src: ../templates/config.yml.j2
|
||||
dest: "/data/traefik/config/config.yml"
|
||||
mode: "0600"
|
||||
when: traefik_host == "traefik02.comprofix.xyz"
|
||||
|
||||
- name: Check if {{ data_folder }}/traefik/data/acme.json exists
|
||||
ansible.builtin.stat:
|
||||
path: "{{ data_folder }}/traefik/data/acme.json"
|
||||
register: file_status
|
||||
|
||||
- name: Creates {{ data_folder }}/traefik/data/acme.json if it doesn't exists
|
||||
ansible.builtin.file:
|
||||
path: "{{ data_folder }}/traefik/data/acme.json"
|
||||
- name: Ensure acme.json exists
|
||||
file:
|
||||
path: "/data/traefik/config/acme.json"
|
||||
state: touch
|
||||
owner: root
|
||||
group: root
|
||||
owner: root # UID Traefik runs as
|
||||
group: root # GID Traefik runs as
|
||||
mode: "0600"
|
||||
when: not file_status.stat.exists
|
||||
|
||||
- name: Check if traefik.json.log exists
|
||||
ansible.builtin.stat:
|
||||
path: "{{ data_folder }}/traefik/data/log/traefik.json.log"
|
||||
register: file_status
|
||||
|
||||
- name: Creates traefik.json.log if it doesn't exists
|
||||
ansible.builtin.file:
|
||||
path: "{{ data_folder }}/traefik/data/log/traefik.json.log"
|
||||
state: touch
|
||||
owner: root
|
||||
group: root
|
||||
mode: "0600"
|
||||
when: not file_status.stat.exists
|
||||
|
||||
- name: Create traefik Container
|
||||
docker_container:
|
||||
@@ -71,17 +48,17 @@
|
||||
volumes:
|
||||
- /etc/localtime:/etc/localtime:ro
|
||||
- /var/run/docker.sock:/var/run/docker.sock:ro
|
||||
- "{{ data_folder }}/traefik/data/traefik.yml:/traefik.yml:ro"
|
||||
- "{{ data_folder }}/traefik/data/acme.json:/acme.json"
|
||||
- "{{ data_folder }}/traefik/data/log:/var/log/traefik"
|
||||
- "{{ data_folder }}/traefik/data/config.yml:/config.yml:ro"
|
||||
- "/data/traefik/config/traefik.yml:/traefik.yml:ro"
|
||||
- "/data/traefik/config/acme.json:/acme.json"
|
||||
- "/data/traefik/log:/var/log/traefik"
|
||||
- "/data/traefik/config/config.yml:/config.yml:ro"
|
||||
labels:
|
||||
traefik.enable: "true"
|
||||
traefik.http.routers.traefik.entrypoints: "http"
|
||||
traefik.http.routers.traefik.rule: "Host(`{{traefik_host}}`)"
|
||||
traefik.http.middlewares.traefik-auth.basicauth.users: "{{ traefik_api_password }}"
|
||||
traefik.http.middlewares.traefik-https-redirect.redirectscheme.scheme: "https"
|
||||
traefik.http.middlewares.sslheader.headers.customrequestheaders.X-Forwarded-Proto: "https"
|
||||
traefik.http.middlewares.traefik-auth.basicauth.users: "{{ traefik_api_userpass }}"
|
||||
traefik.http.routers.traefik.middlewares: "traefik-https-redirect"
|
||||
traefik.http.routers.traefik-secure.entrypoints: "https"
|
||||
traefik.http.routers.traefik-secure.rule: "Host(`{{traefik_host}}`)"
|
Reference in New Issue
Block a user