1
0
mirror of https://github.com/funkypenguin/geek-cookbook/ synced 2025-12-12 17:26:19 +00:00

Update premix instructions for incorrect vault edit command

Signed-off-by: David Young <davidy@funkypenguin.co.nz>
This commit is contained in:
David Young
2023-08-18 13:17:46 +12:00
parent 7b18fec0c1
commit 8bfddea619

View File

@@ -95,7 +95,7 @@ Insert your secret values into this file (*refer to `group_vars/all/01_fake_vaul
vault_proxmox_host_password: mysekritpassword
```
(You can always re-edit the file by running `ansible-vault edit vars/vault.yml`)
(You can always re-edit the file by running `ansible-vault edit group_vars/<your-username>/vault.yml`)
The vault file is encrypted using a secret you store outside the repo, and now you can safely check in and version `group_vars/<your-username>/vault.yml` without worrying about exposing secrets in cleartext!