diff --git a/data/secrets.yaml b/data/secrets.yaml index 087823e..1a9c827 100644 --- a/data/secrets.yaml +++ b/data/secrets.yaml @@ -1,21 +1,21 @@ $ANSIBLE_VAULT;1.1;AES256 -66633664323430633839313237323961383861313238613533373836343632623630373236363931 -3938336530333965623137333061383430306630333936340a393334613631346536666435303536 -63623437393938303032333431386433383532313663303164633639383966666331666639316161 -3934336133623933660a343636303735333838326536636534356234363333393533633534333065 -32363862336233363932376233623935616230613761663564623830623436626166646164366630 -65316266313538643762333438653938613362666266633834323236383062653466373935656666 -61363239386535316136346539653964646533653566616430373764633763646665616135323137 -33333064323464643837343139363638313266353136636637646132376232653962383662643365 -64373364393165303562653131663061316266333737643561613936353036346239646666646132 -38656334303861623966626233366336303264366439666231353465663361613835643030333736 -62366265393339333832386537353635323838323062333163323364643964323838396332636133 -32373136646265613962313636343738363430646130653339626434623362326662323839393366 -32366634623631366362343231316664356539306664313235626461326463376166356435663065 -63323863376236623030656466383562366366316662306332383036633335636138633038323830 -34383162373966663666303130623364666535353738656433636463396534653735393362303633 -38306132396533356262353837366532316631643864313033353564626663366166316431303735 -33623965613337613838396165373363363331636132336466633236646331636239393766323662 -37376332343534346438366566623930663737663566373965313934333337373630663738613163 -31383937343534356537326636386133646466303235303966313363623530346535383531643164 -66353839383966336331 +35353966646662383961363235613231343937366466313034396664376137356264343964303136 +6238346137393435336630613463373761356165326433650a646339653563616638666366376636 +32313762643137356662343564623662326336373063343264623336313864343630666165313735 +6232346532373630630a373265366138666364613839613639346539376532356332663362623830 +35373730646664613431333465333338376530633061313535323663363337386237333265613531 +36323030623862333463303636313363313837306430353031396439383361346661393533353932 +38376132306565386365393236376433396333323533666264303163333230356231343338636133 +63333766653436633366383038306265346535613863656534613962383534333565316665656565 +66306534326662316239646536386665353537303739383266303138383437613165656361643534 +33353235306139613333313539656235353764346136633662373962326264663039613534356331 +66626563663139626566363766653139623038653966343662313365633763626136326238393533 +63336239653532373539323261316231636334376633333330376631313133333536313236363435 +39396433313665353830636366666237326666373833643262373137633336343535313732333862 +38393331663162323434613966643737646231666334313131373066353534306661353432613366 +37613763613739316534306661393631346563343066383364653232636537666162666532643161 +66643830353933646231643530303265386530393063323766373361626234383666313061336665 +36336436666265326338313831656463313331353362626538383665316337333162386232326133 +33353639626165366438366664306261323335643732393563393734346132316439353631313161 +63633565613037363135326161666132623439633362643032653931326665346539643562653038 +38643835333964396466 diff --git a/inventory/deploy/hosts.yaml b/inventory/deploy/hosts.yaml index 5f0106d..1e49217 100644 --- a/inventory/deploy/hosts.yaml +++ b/inventory/deploy/hosts.yaml @@ -2,4 +2,4 @@ physical: hosts: 192.168.0.5: - ansible_become_password: "{{ ansible_become_password }}" \ No newline at end of file + ansible_become_password: "{{ ansible_become_passwd }}" \ No newline at end of file diff --git a/playbooks/deploy.yaml b/playbooks/deploy.yaml index 4a1c293..1e05090 100644 --- a/playbooks/deploy.yaml +++ b/playbooks/deploy.yaml @@ -7,7 +7,7 @@ vars_files: ../data/secret/secrets.yaml 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') }}" handlers: