mirror of
https://github.com/funkypenguin/geek-cookbook/
synced 2026-02-13 15:50:37 +00:00
Update linuxserver images to vanity url for consistency with docs
Signed-off-by: David Young <davidy@funkypenguin.co.nz>
This commit is contained in:
@@ -86,7 +86,7 @@ echo mysecretpassword > ~/.ansible/vault-password-geek-cookbook-premix
|
||||
Create an ansible-vault encrypted file in the `group_vars/<your-username>/vault.yml` using this password file:
|
||||
|
||||
```bash
|
||||
ansible-vault create --vault-id geek-cookbook-premix vars/vault.yml
|
||||
ansible-vault create --encrypt-vault-id geek-cookbook-premix group_vars/<your-username>/vault.yml
|
||||
```
|
||||
|
||||
Insert your secret values into this file (*refer to `group_vars/all/01_fake_vault.yml` for placeholders*), using a prefix of `vault_`, like this:
|
||||
|
||||
Reference in New Issue
Block a user