add instruction for edditing the vault
This commit is contained in:
parent
604946895c
commit
5f2a05685a
1 changed files with 6 additions and 0 deletions
|
@ -7,3 +7,9 @@ The ansible files for the pains-perdus infra.
|
||||||
`ansible-playbook playbook.yml`
|
`ansible-playbook playbook.yml`
|
||||||
|
|
||||||
Add `--check` to do a dry run
|
Add `--check` to do a dry run
|
||||||
|
|
||||||
|
## Edit the vault
|
||||||
|
|
||||||
|
`ansible-vault edit group_vars/all/vault`
|
||||||
|
|
||||||
|
with the edditor defined in the env varible `$EDITOR` and the password of the vault in the file `.vault_password` (Carefull not to commit it!!!)
|
||||||
|
|
Loading…
Reference in a new issue