Introduce vault pass in the doc to push a good practice

This commit is contained in:
Clément Désiles
2026-06-19 23:52:19 +02:00
parent 4c57d28b4d
commit e4ad6888b6
+2 -1
View File
@@ -77,7 +77,8 @@ If you have a password on your ssh key `--ask-pass` is recommended, `--ask-becom
```sh
ansible-playbook -i inventory/hosts.yml playbook.yml \
--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: