Update README.md
This commit is contained in:
parent
1553e27281
commit
a6bb9da5c4
11
README.md
11
README.md
|
@ -23,17 +23,16 @@ ansible-playbook.sh -i <ip_or_hostname>, [--tags tag1,tag2] playbooks/test.yml
|
||||||
|
|
||||||
## Manage vault
|
## Manage vault
|
||||||
|
|
||||||
|
To manage Ansible vault place the 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.
|
||||||
```
|
```
|
||||||
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
|
## Common playbooks
|
||||||
|
|
||||||
* **facts.yml**: Collect and display facts from a host
|
* **facts.yml**: Collect and display facts from a host
|
||||||
|
|
Loading…
Reference in New Issue