FIX: reserved variable names are not used in custom vars
This commit is contained in:
+20
-20
@@ -1,21 +1,21 @@
|
|||||||
$ANSIBLE_VAULT;1.1;AES256
|
$ANSIBLE_VAULT;1.1;AES256
|
||||||
66633664323430633839313237323961383861313238613533373836343632623630373236363931
|
35353966646662383961363235613231343937366466313034396664376137356264343964303136
|
||||||
3938336530333965623137333061383430306630333936340a393334613631346536666435303536
|
6238346137393435336630613463373761356165326433650a646339653563616638666366376636
|
||||||
63623437393938303032333431386433383532313663303164633639383966666331666639316161
|
32313762643137356662343564623662326336373063343264623336313864343630666165313735
|
||||||
3934336133623933660a343636303735333838326536636534356234363333393533633534333065
|
6232346532373630630a373265366138666364613839613639346539376532356332663362623830
|
||||||
32363862336233363932376233623935616230613761663564623830623436626166646164366630
|
35373730646664613431333465333338376530633061313535323663363337386237333265613531
|
||||||
65316266313538643762333438653938613362666266633834323236383062653466373935656666
|
36323030623862333463303636313363313837306430353031396439383361346661393533353932
|
||||||
61363239386535316136346539653964646533653566616430373764633763646665616135323137
|
38376132306565386365393236376433396333323533666264303163333230356231343338636133
|
||||||
33333064323464643837343139363638313266353136636637646132376232653962383662643365
|
63333766653436633366383038306265346535613863656534613962383534333565316665656565
|
||||||
64373364393165303562653131663061316266333737643561613936353036346239646666646132
|
66306534326662316239646536386665353537303739383266303138383437613165656361643534
|
||||||
38656334303861623966626233366336303264366439666231353465663361613835643030333736
|
33353235306139613333313539656235353764346136633662373962326264663039613534356331
|
||||||
62366265393339333832386537353635323838323062333163323364643964323838396332636133
|
66626563663139626566363766653139623038653966343662313365633763626136326238393533
|
||||||
32373136646265613962313636343738363430646130653339626434623362326662323839393366
|
63336239653532373539323261316231636334376633333330376631313133333536313236363435
|
||||||
32366634623631366362343231316664356539306664313235626461326463376166356435663065
|
39396433313665353830636366666237326666373833643262373137633336343535313732333862
|
||||||
63323863376236623030656466383562366366316662306332383036633335636138633038323830
|
38393331663162323434613966643737646231666334313131373066353534306661353432613366
|
||||||
34383162373966663666303130623364666535353738656433636463396534653735393362303633
|
37613763613739316534306661393631346563343066383364653232636537666162666532643161
|
||||||
38306132396533356262353837366532316631643864313033353564626663366166316431303735
|
66643830353933646231643530303265386530393063323766373361626234383666313061336665
|
||||||
33623965613337613838396165373363363331636132336466633236646331636239393766323662
|
36336436666265326338313831656463313331353362626538383665316337333162386232326133
|
||||||
37376332343534346438366566623930663737663566373965313934333337373630663738613163
|
33353639626165366438366664306261323335643732393563393734346132316439353631313161
|
||||||
31383937343534356537326636386133646466303235303966313363623530346535383531643164
|
63633565613037363135326161666132623439633362643032653931326665346539643562653038
|
||||||
66353839383966336331
|
38643835333964396466
|
||||||
|
|||||||
@@ -2,4 +2,4 @@
|
|||||||
physical:
|
physical:
|
||||||
hosts:
|
hosts:
|
||||||
192.168.0.5:
|
192.168.0.5:
|
||||||
ansible_become_password: "{{ ansible_become_password }}"
|
ansible_become_password: "{{ ansible_become_passwd }}"
|
||||||
@@ -7,7 +7,7 @@
|
|||||||
vars_files:
|
vars_files:
|
||||||
../data/secret/secrets.yaml
|
../data/secret/secrets.yaml
|
||||||
vars:
|
vars:
|
||||||
ansible_user_passwd_hash: "{{ ansible_become_password | password_hash('sha512', 's3edscrj45e6r') }}"
|
ansible_user_passwd_hash: "{{ ansible_become_passwd | password_hash('sha512', 's3edscrj45e6r') }}"
|
||||||
user_passwd_hash: "{{ user_password | password_hash('sha512', 's3ed6123jhgcr') }}"
|
user_passwd_hash: "{{ user_password | password_hash('sha512', 's3ed6123jhgcr') }}"
|
||||||
|
|
||||||
handlers:
|
handlers:
|
||||||
|
|||||||
Reference in New Issue
Block a user