diff --git a/README.md b/README.md index 065d635..7901323 100644 --- a/README.md +++ b/README.md @@ -16,17 +16,18 @@ locally to ensure they work properly. Launch playbook on the fly on a host not declared in the inventory. ``` -./run-playbook.sh -i , [--tags tag1,tag2] playbooks/test.yml +ansible-playbook.sh -i , [--tags tag1,tag2] playbooks/test.yml ``` *Note the comma at the end of the hostname or IP.* -When running playbooks that use the vault, the *vault-playbook.sh* script can -be used, it is ovelay over the original *ansible-playbook* command. - ## Manage vault -Place vault password into *.vaultpass* file. + + +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. Edit vault file. ```