Introduce vault pass in the doc to push a good practice
This commit is contained in:
@@ -77,7 +77,8 @@ If you have a password on your ssh key `--ask-pass` is recommended, `--ask-becom
|
|||||||
```sh
|
```sh
|
||||||
ansible-playbook -i inventory/hosts.yml playbook.yml \
|
ansible-playbook -i inventory/hosts.yml playbook.yml \
|
||||||
--ask-pass \
|
--ask-pass \
|
||||||
--ask-become-pass
|
--ask-become-pass \
|
||||||
|
--ask-vault-pass
|
||||||
```
|
```
|
||||||
|
|
||||||
You can also call you ssh agent to unlock your key prior to simplify your calls:
|
You can also call you ssh agent to unlock your key prior to simplify your calls:
|
||||||
|
|||||||
Reference in New Issue
Block a user