Update README.md

This commit is contained in:
Juan Ferrer 2024-09-27 18:34:39 +00:00
parent 18ac55d1c8
commit 1553e27281
1 changed files with 6 additions and 5 deletions

View File

@ -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 <ip_or_hostname>, [--tags tag1,tag2] playbooks/test.yml
ansible-playbook.sh -i <ip_or_hostname>, [--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.
```