minor
This commit is contained in:
parent
62af249e77
commit
3661680305
1 changed files with 4 additions and 2 deletions
|
@ -8,8 +8,10 @@ All the configuration is defined in `group_vars/all/vars.yml`, go check.
|
||||||
|
|
||||||
Create a side `group_vars/all/vault.yml` for your secrets, and encrypt it with Ansible Vault:
|
Create a side `group_vars/all/vault.yml` for your secrets, and encrypt it with Ansible Vault:
|
||||||
|
|
||||||
|
```bash
|
||||||
ansible-vault encrypt group_vars/all/vault.yml
|
ansible-vault encrypt group_vars/all/vault.yml
|
||||||
# other sub-commands: edit, decrypt...
|
# other sub-commands: edit, decrypt...
|
||||||
|
```
|
||||||
|
|
||||||
I usually run the following command:
|
I usually run the following command:
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue