This commit is contained in:
2026-05-23 19:39:27 +02:00
parent 9fbade1ed4
commit a1309f2e2d
2 changed files with 23 additions and 23 deletions
+21 -21
View File
@@ -1,22 +1,22 @@
$ANSIBLE_VAULT;1.1;AES256 $ANSIBLE_VAULT;1.1;AES256
62333862623563613039396534633138616436613564333030626135383034336434653232323135 65623239616636633739373632613738356635636265636537396265323832643863356537353834
3566616664343765363366636632333165663336393530310a623238646636646363663339313962 3837646464663763613538303737353936636263366231310a386366303334386364383139653032
33636564393964666563346531393038626338303762353266666565386164303266353034323836 37343062353233336539653935663930643962663361363066346565656161333836643336396236
3835373364383733650a386530633737353633333237613463313061356436613865306566306134 3262323437343235370a363339346261373430646338303834386664303861633237313339646365
64303838643832366638396438666339636462343136373336323964636463363162643830383365 36666639613865643361623964663134363936363936656665613161376635373334623364633563
65333135306433383733636632343566636637343830663864633633333766626662393965653734 62386630373836343638303565323964356338653536623231373238323266363365613134613530
38366637393263366233383238623231343434313633653733623262333662316234333764643762 35356532356439666330633330353035623562336339663965356639353162396631343937383161
66336364383765386663643263633337376361396634336661643665613036303466353737303564 39346237656365303030343937306265303430386532366638313536616238313461646435346265
32373565363436386166666334393633656462616439653431306430376665366132373337343839 33653039663630386463396331643638313432326535653530343363343130643961663738376538
63643861396433383037633131363364653332373564326333393062376230633938356436383934 30653066626263663839366631663132383566386639346334623938303661393466646336393034
38316263623131616139383737633164393232633532623631313532663762623935656633613563 66646538346262323531626430353865326534313766346337396365656637636262323234316562
66323037366530326162393661336236323033653331616231323136663638636236343435373134 35346631303566343966343333356630643434353764356138333533326530383865366161376131
35616261613132626437346237663439386432636236626464353865393665396366333239316266 35363064343062316330393035656231353332303932316633623534346563643730633766343164
35333037613733306464323333313561326163646131393463643437353363366361323563343065 32646431653063623639326465363935666333396637643162353032343538613734303566346532
36343936383764313735633661623136626366626131653930316233646664303835376566383565 66633766623138343535653330623132613764636432336135303563313166396533653165356264
64313634643538623636336539383865646135343862663663623162616234656436663666363330 62656630333538383163333038353464306463326634623764633034303539326163346235616138
66636432366638343064646433363862316463373535306565326662633532356661663133356539 65653134633034666461366630316239373231653166323663303465346639316533316436613630
36313165633732383639383662613538346535316239366661383932636463326330323934343439 38633365396262323230336665613930663830306261346362313265666666646164653838303831
39646536383631393863386263636437303130333238366565323762633532653530366634356530 31343132646135353366326466653238366635343664343663643935623366616139613035393362
33386261633233613132633535633237336265363332313533663439633432303536663931613033 35636230613239656661323132356435646636636161353539633134303265363865383438333861
38366232313436313834376466323264386665663137356231373232656230396230 30383830646665633738336439326330346263376432633465343863653463346634
+2 -2
View File
@@ -192,7 +192,7 @@
- name: Create file with role_id for vault agent - name: Create file with role_id for vault agent
copy: copy:
dest: /etc/vault-agent/role_id dest: /etc/vault-agent/role_id
content: "{{ vault_ssh-client_role_id }}" content: "{{ vault_ssh_client_role_id }}"
owner: root owner: root
group: root group: root
mode: '0600' mode: '0600'
@@ -200,7 +200,7 @@
- name: Create file with secret_id for vault agent - name: Create file with secret_id for vault agent
copy: copy:
dest: /etc/vault-agent/secret_id dest: /etc/vault-agent/secret_id
content: "{{ vault_ssh-client_secret_id }}" content: "{{ vault_ssh_client_secret_id }}"
owner: root owner: root
group: root group: root
mode: '0600' mode: '0600'