1
0
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:
David Young
2021-11-02 11:48:03 +13:00
parent 5dbb993562
commit 8aabf1287a
20 changed files with 22 additions and 22 deletions

View File

@@ -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: