Set password for homeassistant SMB mount
Some checks failed
/ terraform (push) Successful in 38s
/ ansible (push) Failing after 1m40s

It had an IP restriction, but still
This commit is contained in:
Jake Howard 2024-01-03 21:23:49 +00:00
parent 16e9952b2f
commit 57ad143268
Signed by: jake
GPG Key ID: 57AFB45680EDD477
2 changed files with 17 additions and 12 deletions

View File

@ -1,12 +1,17 @@
$ANSIBLE_VAULT;1.1;AES256
31333338396531316366353161666432346634373335356464663837386231616632373833656130
3361383732623965393533316366373864323064393530330a346565393462316561383733653437
62363736356432363239373863303734323437333034343266313135383866303566396639646230
3839333535393036390a383534346233633935393561353637353835663763343531613238653664
39356365306630373036396132373562646130636439373964333363306431666565613434646365
64353933656365653431386463623034643564303266396438353064373434336436366431366338
31386637376165633731373633656336623531323965343534323031363163356239353031643165
37663232636234663735613037666161393736663432656139646264313763303164386161626162
65393363336435333738303061613738636666303961653361376131376161623264343666353061
61663636656339363539666335643239653361383961333665646562613935396335623565306531
643165653537326431373637303639343763
32353739643531336665636334646135323336353562316362333266316263653364656132643661
3736386461316563376134326638376261323734663032630a306530636166666561343264393266
62326437343637363038646632396461303365646466666666386432306134313562356538623133
6561323739386337630a623835656239633866666333616664366339333232303031343561633239
62636636623462316536333334306562626637643936623963376663326164333962646134376566
62646336353937316238333036376232323834346530626136316233626166326231633330646266
36653263636266626233313263346263633734386339386664323331363263306465626165336337
38653766366530373230623334386234303461336133323663626439383530373966363830633364
37336635356334633338633161356161353133656633386563393363303064613761306137323261
34626164663936306665613861343039666330613263303932333766306663616134316566313963
66653263643134343363353637343636633936343165363934376537343538643434376434336633
31613339613035633335643034336265376630326662393865626336303261363130333637643162
32383863313139663066363766613865653966613430616631346432623164366663313838363164
37613863326433653531656139633533353539366563653532626534346165626535643434333861
34306433373134376137633836666162663130623130353062316439303466393035633636386234
38333132376361376363

View File

@ -22,7 +22,7 @@
mount:
path: /mnt/home-assistant/{{ item }}
fstype: cifs
opts: username=homeassistant,password=homeassistant
opts: username=homeassistant,password={{ vault_homeassistant_smb_password }}
src: //{{ pve_hosts.homeassistant.ip }}/{{ item }}
state: mounted
become: true