From d78a67c365f60df0e715acf06c24c42d673fc9ab Mon Sep 17 00:00:00 2001 From: Baptiste-Ferrand Date: Fri, 8 Aug 2025 19:01:25 +0200 Subject: [PATCH] change pre-prod variable for image tag, create pipeline for automatization deploy --- .github/workflows/Deploy.yml | 80 +++++ ansible/host_vars/pre-prod.trackntrain.fr.yml | 282 +++++++++--------- 2 files changed, 221 insertions(+), 141 deletions(-) create mode 100644 .github/workflows/Deploy.yml diff --git a/.github/workflows/Deploy.yml b/.github/workflows/Deploy.yml new file mode 100644 index 0000000..6571ec1 --- /dev/null +++ b/.github/workflows/Deploy.yml @@ -0,0 +1,80 @@ +name: Ansible Deployment + +on: + pull_request: + types: [closed] + branches: + - main + - develop + +env: + ANSIBLE_HOST_KEY_CHECKING: "False" + +jobs: + deploy-prod: + if: | + github.event.pull_request.merged == true && + github.event.pull_request.base.ref == 'main' + runs-on: ubuntu-latest + environment: production + + steps: + - name: Checkout repository + uses: actions/checkout@v4 + + - name: Setup Python + uses: actions/setup-python@v4 + with: + python-version: '3.11' + + - name: Install Ansible + run: pip install ansible + + - name: Load SSH key + uses: webfactory/ssh-agent@v0.9.0 + with: + ssh-private-key: ${{ secrets.SSH_PRIVATE_KEY }} + + - name: Deploy to PRODUCTION + working-directory: ansible + run: | + echo "${{ secrets.VAULT_PASSWORD_PROD }}" > vault_pass.txt + ansible-playbook -i hosts playbooks/site.yml \ + --limit=prod \ + --vault-password-file vault_pass.txt \ + --diff + rm vault_pass.txt + + deploy-preprod: + if: | + github.event.pull_request.merged == true && + github.event.pull_request.base.ref == 'develop' + runs-on: ubuntu-latest + environment: staging + + steps: + - name: Checkout repository + uses: actions/checkout@v4 + + - name: Setup Python + uses: actions/setup-python@v4 + with: + python-version: '3.11' + + - name: Install Ansible + run: pip install ansible + + - name: Load SSH key + uses: webfactory/ssh-agent@v0.9.0 + with: + ssh-private-key: ${{ secrets.SSH_PRIVATE_KEY }} + + - name: Deploy to PRE-PRODUCTION + working-directory: ansible + run: | + echo "${{ secrets.VAULT_PASSWORD_PRE_PROD }}" > vault_pass.txt + ansible-playbook -i hosts playbooks/site.yml \ + --limit=pre_prod \ + --vault-password-file vault_pass.txt \ + --diff + rm vault_pass.txt \ No newline at end of file diff --git a/ansible/host_vars/pre-prod.trackntrain.fr.yml b/ansible/host_vars/pre-prod.trackntrain.fr.yml index 5f11d62..e9f7786 100644 --- a/ansible/host_vars/pre-prod.trackntrain.fr.yml +++ b/ansible/host_vars/pre-prod.trackntrain.fr.yml @@ -1,142 +1,142 @@ $ANSIBLE_VAULT;1.1;AES256 -62363637356562323561306263373461633965623161343064396462653234333632323332653930 -3634323365333337643634366263313432336634343037640a326332643432633065313433656630 -63396162373365653965343035346337303333663935316133363966343830653464366462353836 -6466636338363935380a366564633166353862643962623862663463333335373666666365363135 -37613339326230613330333365616138326632353937356632656139396630373766663764393037 -65363736373038386132373164356136623265643039393362663534323433366561666537636532 -66326635613662386534303262373464376134313032336261373936363030386533353130326632 -63393062306466653263316235643766373535323265303439663635633963633931656265383730 -30333865653038343236363637616461393163343637333765343535393861313739373738623638 -37616238373631613437613335623330333639656266393235636336623531316433383834336466 -36613731666431383861613066356135333536323263663066336633393732383966326663323432 -32333038346162666564626463303131323834393037663132303039666436343834613333393334 -34666237626336313261386336663331653763353538636434303239343162386261623235393861 -37666332643537396266356233393439376361353831386665343434643230336466383364343862 -61623931633366646331666437366639303761613433306538613463323661613863666561346461 -33386536396465383639306231313536643637313466303062383232316432363663643265383237 -61643362636632383965326139653035643465383262626362633863613338353236383432316161 -36313231663664613163656138386435393737323765353130376162626332313166373262636464 -66633164353461373739313035383766666561303536636266633530386238336437643938376464 -64653530663734626432326436616361633635366366336634353566633032396632363866323765 -35313333633038656430666565383036363430353839383531383637343936313736646433306437 -63643530316535323930313932623638313164313964663638363531376432326365353436316435 -35326333633633663665613530636131636236663239636130393832333465366239386239346465 -61393138333638383735366264656465386463663533376135303330313830643462316634343536 -61386535373635353861323266353663303464633933346132643133313865323231353936333334 -31636261356463376437316433306630363131643764323436653536376166326630343237366461 -37316138376330636264373530663430383731653265313031333836383166616237343437366537 -62666439626364633562613936616337613533336366336365626665356266343266373330323331 -62303534356365656461373835323731326562396134653431336233633833363235646330646635 -62373837396361346565383563366265396337373963393430303134383664346639306439663839 -32303864346630313039656262356638323066626132346363313365353565333433356461636534 -30383538376161366565656637336532373134313138303661366663613263393464303139323937 -64656238356339626665613264366534333961356434653936666438653266383634636130616266 -36336563316339363862623832633531306437666133336162383762373839633536393962363266 -32313434646437313233663039636261613964646336356562346335663666353964333137653439 -32613731386364623537386432333964363136373163663331333931653039333933623266356237 -31643666333030323734363761366261653937343139306634326261666665663633353032336538 -31306632636333383963323263306132623961646531366433363132653230343033353534333934 -33313465653939643836633232656133643161653164356166316663376662336265633865343734 -31326264396163613236316136616364643533393566633733373638633861653035643961313362 -31323062303163366661663364626462666564336434613231383565326339356565613362333366 -30376161613836646663626336323839633161643533666664373563656562303666323734306562 -34393430346435613562643031653732353336383361363735616635363532383035386138646433 -64373236373666626532643932363531323233623732656435323864613631616137316238316535 -34613264336239356363626230386261393966323866313862326633306332313361646537326565 -31383634336430323865363763323964363737626361396437366139663666396563363566373331 -35626238343739396532333066343636316333656132303435383463343163363038613238663133 -37623735646261333238626562346631363438373262373166366666396564346332303633323664 -32343534666238363931363266303834323466326264303135346639343365303863626530353464 -65396266336434346134613265653639353963373234303233396666353962336362316365613539 -30633930393566306437366161643832316437363934386133656136383339333535666330616631 -66336661663839346338306133663932316434636633613965663833386133643435353231353634 -38636133386433626134323536663164333332313564643632303635346563386434653432666130 -65613935343230653533643739393235343931313064636364336235386632633366663863623764 -37616339623232646236363031373939376665353837353465343138653463323161616265343065 -31633835363063336534366361653833616434613663633033356366663436636439323039326664 -31633637656362376438353163626161616632653431383064643735306531336666663631396639 -63663836366135333333646636623266613562666635633034663030323165323364323962646536 -61636438646538376265306161663534346134373765316333646637656233333165326231356466 -30653265323931343866323166306262383330613632353063386236343133393938383037613862 -33363064393730623439333966333437663635636163636333343137306366376463303065633030 -64353864313365336335383535613633343730346537326461386433623163323330613866323837 -35653062336234336562336661383961393030383265373630313536366565373961326338323830 -31663439313063393236646339613761643762643337383936313065353632366165643439373066 -38366232303238383466393135653663373263626639353464336537396430353536396537396632 -32653038373465383364353366643366313966396564613463346665326238623537643930326533 -39643735326365323734623663326265376661646137333866333230383333643333623865636536 -65366365393164356663636238653939356233666338363337303264353133333565646664646434 -39363664343162333736396133643238393435353365343866623763373665353862373337353261 -32353335613261393963363666623835623930646466613564393263336561323335333665386566 -32613931366130633463626566323162376231646564346432383166306433306334316665643163 -34386165383763663165653962306230306462356231353062376134353930363134313564376262 -65303766313532383462623364353439376163626237396636376563363764366336623965313635 -35383930393166313863383264343961656335366466643432643036326165363035333332326239 -64343036346166343935333637306130326465393131323766623330373862356136336237613431 -38356235626238323832323531386366656638333830313739383132303665326461376232613230 -65303239666563393166366562623333306130363535623464656534363966616532386231613064 -65646666613234386362303337313932366638333764376633656133373966633530666461346134 -33613332636436623063343230633662336330306632616339633264623538303538326536393833 -61633939356361393932383663383562323430393361343230656636343031333538636439663032 -66303032393237633536646535613266303266383437646434316534353466323866373730656433 -33393238366434396637313465666139323539353462646364353331373039636462316366386232 -61303137353530323733656235303531376231393266336337656235663366613037363530643130 -34306435623636306437653434383565666335396638353664326634336638346531393962623731 -35303031383266323531366335646235373930653161343664646439346338323430336331323664 -65663737343334613731326466363734623031633762376132393035633865613639343866653932 -33663630646434316339656261353833396130343439346262383164326234393037313535633964 -37613138646232316230343165633735323266396664333665346264616635383162626539633662 -38366463363638383635373530376462346530646133393863626162383465613935633131613061 -33383135326463316333373235623461633666613531663464336161653664613162376162343662 -32643163656131303531333664303435396638663333393439336162396337303761663831393230 -33643465646665613636363264623137376634376262356466393463363630346231333735316664 -39666637306139383763626263666663316432343533393330616165376230373661363030656263 -61386434383632653636343536363535663366386235366432623733373965643239653131383231 -65366365373732663362323737316166336238623766626236313665656236373836633936306666 -33663561363463663130636363383739336535363464363539326631323763363834643566376130 -32623265303333656666383565393333353937363235396230386239386639666239336338643637 -62343836326537386630643538323834646166653534373336366430313761353261613161326530 -61633939623135623930373166333264633331396634366662643932663266396133666331333761 -63333737393239366232363634313135326163386464383934313462633362326266623235666463 -31303536636662313738653161633331363733616162396561326639316263313532373439386462 -64383366306435373765336166666535383437616164316264346237396334303533326233653565 -36353333623166333464303336633433626439656633393937306664633337666665653162306335 -64343236633630386462313339633466643631333665303264663235306366653263383730313936 -61303434396332393433616633376532313430313331363162646664373436363435336233316330 -39383330663638626233356335353935336231616636626366353439323661613131323930626562 -66643063656561323662353235333936383430363231653165616333643835646538623332393662 -66383338373939393262336361393633613234333936303164353162386132623038346462646232 -35353763393238643665393633346364623138633838333438393934336363616665306164346636 -31313962336338353037323734646162646630376232313638383930626331633239646339623939 -62326538313230363965653865646230353962303366613162643636333537343765333661343266 -38623232666463323738356163343636663262376133626532353931353662313764363261613034 -35353437393438633966656635343066356164333364313835613532646234313432393961393465 -37333431616663376664636436633735323263333238316634633165363039633833656234633365 -63333865353235303537626561633066393063633639356230386131383634316335623831376132 -37363434353931653634613931346162303434373263363033616135636262383664346337316331 -65623364323336313436396164646261313439613262373864393965303063663334373936613438 -33393266333834343834633533653664663234333464626532623063303035616534633464386363 -30636532373466343862623737613665653063336665613932336631613534663232393564363830 -33383462333731333236636134373362336139346566363233336564346664393762303939613166 -38643533653562376461316236346630303439636561653936656166303633646530393939646337 -39313431316637366531323837653938323234356230373032346232343662393636383164363535 -63393739326361333231313761643863383564323062326663363365393838326464666262663333 -38343531303134623831653232646431346332356566323263323866626365613963383030646261 -38313264616139333839336461316430353233303936353730323264626133663865396461636461 -36633766663233666461353133393436313436643733636237383966306536663762336565303034 -34323066326231373335616565613333313534376433383662633363353964313731373130353036 -66626362623338623733623464333431386534396531373665303036313536373766613734393865 -32326666646231356235386234343337313634616462336239613265626432623866343734633461 -65636335386534643138336132646235393765633866643561383763663464663234336562383364 -37393661356338393463343930313137343637623964616135663938636462633530326465396165 -31363239626637363330313365323132393064356436363035303333363036643434303837346330 -32633334363034633836363166313164353066343261323437333561663265633937613262346365 -61663364633433316139303035383938393430613231353433333036353836323465666135373063 -63343938376261343166373538656266333037393839326365333333633233333463393133363461 -33333864643731316335623631643936613132396230316364313030616564383264356236363165 -63343136336463393361363664373930343033633463376432663234653435356537316434393335 -64613230666432663935656538313637393937346235306434353961666132333030303031663166 -30646633653632373334316365613438643866323735356433613463323863353134386136323463 -38373565333638643935333735333832306534616634386430386133646230373437363962633430 -6364 +39656163373136653066633034313634343535303435373937393332343637636330316236653534 +6636616134326562666566623161646636393262313932390a663032316261313562623038336433 +30663937343466616636626162386366643134333166613736663039373630326465663363346334 +3735646532633035310a396236396331343330346235366565663832356363316162383836346332 +65353430316338323563626333376333346538636339333734306433366561626339313637333737 +61613361623432663961333432313430653066653034636539633633393961626433333366363765 +66363639633531653930313936346430363863646535343366633164353865326235626563383366 +38383661333662653465636364643366613964326266656239613539383837353463663431613433 +34393562353838303666323137623130376536623438613234623630613861396432353834376534 +39373162373766373937666336373730613439346265616266633937623965363037326234373139 +37386565336335623364633537306133376535376563346134663861393937646236653733383932 +37656239313064666364386133633833323662646335383362623866323135343464316264336161 +36623666343162356430346463636234303062666632333533663131646339353339303339366336 +64626263633032393535626533646530303463316234626564363463633936356235626261353335 +66366638613464333537333930623163356266366563346162646132326630653938303632656435 +64636137333763653230323138373435303066343235653461383533383032373839346164303933 +30343061346563633637633065363465613833613430663964653830643566633161653762353537 +36393663373730633832636338383135656532633630626266373162383962323461626163303237 +63653435653863363630643263376261393033303132616563366239313132636463383761653536 +32343035643737643731616435333763313535363833376239383339393864326566623736326161 +36313230386233636666666237316239373432616463643938333862623766376632373536326666 +64393133626563376134356235393436393763383736313264316330666561626430636436363734 +38373934613332393366373734616263613434313235383539353431336537363232626439363433 +31623431326337316363386635396238623534373435616166386532316162616166396136366562 +38616530623661333934383834666637386665643636323766346637383030666361353836653765 +62663937373662316330623335323937326564636565393035626637346562653234356432313837 +37663132313136643134663366373538326139666166346636353834323934336461383833663330 +64333335666461376334396561636339646237316536323062393033323539356335366435663139 +64353433306265373563383963653237626265333431336230363336363736376638323963353966 +36643863646461326439333264373633313835373962383365373466646566323335376437623937 +33313662326334373164373938376235383565356338383738396435336332636565323064383162 +33356631653530326461616162353134323138336533646630376261623366393863633431363838 +62653531376565646336616433323731613134303062303932653265373933333861666564353133 +65326238356665303333356362346461303236323863353438336130346335393363373739363762 +62383036316632336632646533666637383265656539636233656364636439373863386665386561 +31363563623530303465353062646238623337326234356636623661346335376632393662356438 +61613866623364633337376164343765346664653664393838333736626364373738663230653335 +37366233666534656164616266376134656165373563366666653663653562636431316437633365 +62333933613239363635636562363739353030373465386165306137616636633763653464313436 +39636433656463313336353265656463346534353334383730343265353664376538646239623034 +33666339613734666234376130383033376133323562656533336430333833386238366238363262 +62373139623538363638393031316530656365396538346566313837306439303063323062646433 +34323237613232643737323439363639393236663331393134353438386539306566373332383931 +31333035356633303230613736306536373066313166393062306536353031376130386632643933 +61353264343333656665353838346539653963316161356466346636383038366663336539316563 +66363433646163636664613164346439633639326136366337653633316534346631393266663235 +38343165646430663737613330373037363739653862643434306262316335386464383963343365 +32646531353664303830303163616666386633613966666465323131623333353533323563623230 +30373830633663343233363731623366653566373934613165363339643133383832313035646431 +62326161333739396465626130653338646335653033353230383162336265656462353166653532 +38636138613161633366333139323233643835323061636332613835646461613930323638663532 +36616366353164366638626366333330633064633762386133356261343261313739653964323939 +61376261383138373632386232313039643631333137646635633836336635383030623634623865 +34373666653536353231366136613362313035353932623562616538616538326333386638396232 +63363365346466396331396532303031616165343533313366386438303661393132663965306434 +34363461326233363533356362336433656465653930396266646363306638393432303238633938 +63633665393236633136353238316364373537306130643131356164616162386339346138333166 +39373936323330636138616563303035396536663562333635613363383336653862393536306430 +64633232313830623234323363353630663731343431616562663661363737353963373561386365 +61363939333861636234666335323265323661366233366530383737663439313032656231376637 +65373838643161316632316331333433316331666563343539633533343132623262313139653165 +31306636363235313765633031656636333461306165303730356137616633383566393530646538 +66626134633461333166336238663631663631343632333931343035386336383361353061663464 +30373463376163356566356235613632396633383131306430376338346261303236366664393838 +31663763343066396235323933326162366432633632663037623634623835643731653065653237 +65663639616339323835356534663831613962613464363037613835333139653661663531666362 +33306530663061396334393836316238356336313033313563373131616261336566393761333663 +35323765303034333539393361306633396230383338656439306666633233636163333330333938 +39336266636337623431303737303637313436393435313330356631336430623066363064363530 +64383633373463626532376331363264623137643163313334373339323334323934626637383966 +32376439623036323230363034633565373432303665613865383135643064306634653566336132 +32623739393337323261383261616532376264313963356335353032306661613130363162353134 +30376337373632326538303135373236376432333866306531333465663761303939613762313265 +30653831656237626364363433313237626565306665343963663838393931346533323565663533 +66633232323664386664303336623236383831313036643038626433373735656235616164323637 +30343639333939613962346632376438323065323938396138613334333561376265343864356161 +30353335316433313033646334613435643031303931326437623830356363666566333663666163 +34626130653936363865386236343366373337396338623663613134386564343362393533323766 +63613562343637643931346331636636363734626339353132373561353165396561303436613163 +65316636336138356563346535393239383833643366396561383664353936356136353930363534 +62623866626530613166316631383164383666613333656134383435643038643337393331343938 +65313739386364313733306136623433613735313832316130386539303761303764313034363166 +65376436643739353730633761356561663163396638633965666166343138316338366633333063 +30623736363730636263326630393632663734623431643365326361623636356265613733333130 +38616437386439623664363064356435366135323939396238643361363034353333383964643365 +34383637386465653037626662396664343063616236306636303835303833393839383838356163 +31626132613562303662323363633665636530333236643039633061343636376530623466316335 +65393163656238333262343231316330636465333934353334323563613864316431643365373065 +31633262386465316163313135613034366439663538326133646637643862363636316331386334 +31326633626335313165646364383935393731363230366532633062363134373663626263636338 +30623038333664393036373735323633663537643236356462666133653264613362373234616162 +61613565386565623466323864373861323761333230646239376238653239373365356361346637 +35376562633830633865373733613765663666393535633737373139643437383562386363333639 +31623365646137313636353131356638323064386265393039316464373635376134396165366434 +66656361356334633061323235646663323837653830343939613839333137363337363232623336 +32316139316134653031343665373765643366653662353438653430363231346230313162373537 +34643162336665613839333135663138343639363363663161356263306461366365373038366135 +33613439336331653532333038656434656465643433396232623866613265646339383865623361 +37356534346461303862303963653361393535623566396162363638333935636166623466313134 +66323034396437363766353437396536326463323933393336373062623861343730333465616463 +31333338356230623833373363386633373039346366646361366431613233303065313530386639 +32636438383336613638343833616536623531616233363564333962633062326630343263346432 +39616666363335373236376662393636336266326662653434663435356339653936616132396265 +32383763343434666664646339646466343937643331633032626563663731613131383735326536 +33653233636461363932353163326664653830656232383332343263643562323034333733636630 +32636464373832376531616235626230666336393335323533633561623036636566363332353939 +31333535323038376665393261386437306366343135393866343333623534326338323230393237 +61373236666362303731656464633935353164663164306266373562666634356336303339333565 +61643738663238663133333961346537343564343233333865366535393765373634653438356533 +35376263353236663930336461363935313566376166356432396664636632386163633635336139 +62323965613132313639326465386237366539373331653235383138653564316536363565643862 +38616135613734326136626534336432333831663634373539383663653262313062353731306236 +32366439393131653766366632373063323961633736313934643431656535653963333331366232 +33313436353231393837326334653238316635623865623936313431373761623337623537386132 +31376538306139623565636636383236636261376638303164373338663665386334356431653935 +31393436383264396234643861363466306161313465663361393236663463626231663762323132 +63373032613133313061303137616232616262376566656163373566333232336166383138336263 +37353263663361643662336139613438376131373562633439626331643263366233376665376132 +35633063636664653264626131356461646130633662666561656264313231313036363237646336 +61336262653132633465353266646638373138616334376632346437373638376662336535323339 +63313835303266393065363334616339323062366439646535393132343336373463306430353431 +33623532636665356632666434643535333635643564373861316530643034613135633335353739 +36306335373936663638366164363862303464393962326565323030303231353966363338303031 +66653863383831353763316432636366356561353465653561313735393435646432653231303566 +39326432346666653861643363323465326432353962663630303461346164303436653230306139 +65363439333561386434623463623963643763663963636464326633613138336138393461623331 +39393730303039303361386332306330653764316139356363303630316537376430393865653633 +64333965326433346633666535326236656637653333303664646238653630663436316336616463 +63343635326162366163343630623839313438356466646230353934366139313438343964326563 +65343734636334313239316263616439313935643132313363646331393464643737656536316463 +33376635383465396331386166653366326163656135633764623461376636663939373037343538 +35653339323966336330393761393736626431363039316361323733663865366138373330393362 +34616565333133316235373233303063386566396561613033643132303539663638663765346638 +62336234363739616231383739653338376266346633393139613766613039633465323263666430 +30616633323938653337353136306564613064346332383265666166306531613431383562393434 +63353332633464386235383565343139623831646631663135333665633366373533386633393338 +35623631646130326562636162333065333938313766633230353765326133323433333734373238 +34326434323337323362316161366138313262666439313262663338653938386331323463336465 +32613861623064306337663264373539326534363161383038336237386330616366353061623031 +33353838323030313838656431613036323338336139656433306266386638623838336461386635 +3236