main #31

Merged
juan merged 154 commits from main into lab 2024-10-16 15:22:43 +00:00
1 changed files with 6 additions and 5 deletions
Showing only changes of commit 1553e27281 - Show all commits

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.
```