Set password for homeassistant SMB mount

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
2 changed files with 17 additions and 12 deletions

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