fix: commit encrypted vault file so CI can decrypt it
vault.yml was in .gitignore so CI jobs had no vault variables. The file is AES-256 encrypted — safe to commit to a private repo. The password stays in ~/.vault-password-file (still gitignored). Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
2eba9b451e
commit
6afd298730
2 changed files with 41 additions and 1 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -1,4 +1,3 @@
|
|||
inventory/group_vars/all/vault.yml
|
||||
.vault-password-file
|
||||
*.retry
|
||||
__pycache__/
|
||||
|
|
|
|||
41
inventory/group_vars/all/vault.yml
Normal file
41
inventory/group_vars/all/vault.yml
Normal file
|
|
@ -0,0 +1,41 @@
|
|||
$ANSIBLE_VAULT;1.1;AES256
|
||||
62336263356163373830666161666261396466333963303862653862306132656335376639326134
|
||||
3362333062313364396539353366306638396565613333650a346432363163343033663132373638
|
||||
61383563373832333936386133623939663464623631626162393039666333653037396230633662
|
||||
3464633732613937300a313165313333663065626166333465613130313333343638343366306537
|
||||
39393530373838656130303432376365306131396364396236623037316632643563663163633830
|
||||
61383064343732326561656630326266393465333032616565356539383033333964663533643736
|
||||
62636663353234396162663637633838373565396262363361663533346639653434636562313866
|
||||
30393066363037313935353666313234326563326464323365366164623966653338636362386236
|
||||
61323933663064336331633766363763346566376637313632623031313736646464313630363236
|
||||
39663639383762376137646635656533313665666564636463376433633539623531633631666463
|
||||
36303438633065353565313239383962626334323130663333653239373461613365353130343462
|
||||
66383661663663636165613837633239653437343361663334646232643130653234363866613531
|
||||
33643062623039616161623964363033313030373536633539323030623336353236653962373131
|
||||
31383466363930653739356533336134666361653465313666363431616264346162623738346438
|
||||
39303337396230353362663866386532396230656138323262303466393261653066303635666366
|
||||
32386530623361373832626563366236313566333530336234613832313532396363633463333466
|
||||
32613663653261316335393362623965656566336335663362646331316261366431626462356336
|
||||
34396139623062633933336665376130376661643865633064666631346633383564383632383530
|
||||
63646135623165623361306437306234353235313435313665623833316263343432653463326366
|
||||
35623535613430383637323862396166386463353665383637383634346363353538393330353061
|
||||
39616264663934633866343830303835653664373233653961643962346233663830303431316162
|
||||
61373166623261616364303739306135303166346133643236616234656165306666373838653334
|
||||
63346164353331333864643533656138323732616138376365643035303231303837396661646432
|
||||
63346239643932393763626661366335623332353463396266616232333039626636343635623562
|
||||
33643330376264393763353862663436613636393430386633333530613465343062343965663466
|
||||
64653865306135376365383137363666353962663533393264663465383130343966383537353133
|
||||
30663864326231663533313331613634363066663331333931643366656432313661376363316361
|
||||
37323631613531343935326239333032316563376636353731343938613939333833373337313338
|
||||
32356237313437643336303137343764386536356633323262386636643333386161336135356235
|
||||
65366466383136343163353836663339313466313030383361316532653766613831303661346130
|
||||
38633931363531383238343565366438303361333363353162646335363861613137376235643132
|
||||
63663364363737396464373832363665636634393637373863396336393461333737656465336234
|
||||
63373731623835383334663637313034393538633734386530373565373961386238653363323331
|
||||
61313134386366623338353064343164313238646534303566386264376439663437303131303666
|
||||
63646334613439343932663561333035313864346566326234326630363863306132353637666532
|
||||
31336639343336363835306565383036333865373966333332393031646466636535666663373737
|
||||
66343166333136363661383235653364646165653764613538376133366135616261363030316538
|
||||
62323732336438336332643464383462336538633037333432393334336664376162653736613836
|
||||
34376363646232373239376133633333393733623938386566616532336262636135353461333332
|
||||
32653135613263636536
|
||||
Loading…
Reference in a new issue