Update README.md
This commit is contained in:
parent
18ac55d1c8
commit
1553e27281
11
README.md
11
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.
|
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.*
|
*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
|
## 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.
|
Edit vault file.
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in New Issue