diff --git a/README.md b/README.md index 7901323..a1de63d 100644 --- a/README.md +++ b/README.md @@ -23,17 +23,16 @@ ansible-playbook.sh -i , [--tags tag1,tag2] playbooks/test.yml ## Manage vault - - -When running playbooks that use the vault, the *vault-playbook.sh* script can -be used, it is ovelay over the original *ansible-playbook* command. Note that -password must be saved into *.vaultpass* file. +To manage Ansible vault place the password into *.vaultpass* file. Edit vault file. ``` -ansible-vault edit vault.yml +ansible-vault {view,edit} --vault-pass-file .vaultpass vault.yml ``` +When running playbooks that use the vault the *vault-playbook.sh* script can +be used, it is ovelay over the original *ansible-playbook* command. + ## Common playbooks * **facts.yml**: Collect and display facts from a host