This commit is contained in:
Adrien Luxey 2020-05-01 15:41:07 +02:00
parent 62af249e77
commit 3661680305

View file

@ -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:
ansible-vault encrypt group_vars/all/vault.yml
# other sub-commands: edit, decrypt...
```bash
ansible-vault encrypt group_vars/all/vault.yml
# other sub-commands: edit, decrypt...
```
I usually run the following command: