ansible.cfg: Add option to ask for vault pass
One less thing to remember to type during normal invocations.
This commit is contained in:
parent
5867d6038c
commit
3d1022cd23
@ -2,6 +2,8 @@
|
|||||||
retry_files_enabled=False
|
retry_files_enabled=False
|
||||||
force_handlers=True
|
force_handlers=True
|
||||||
inventory=hosts
|
inventory=hosts
|
||||||
|
# instead of using --ask-vault-pass
|
||||||
|
ask_vault_pass=True
|
||||||
|
|
||||||
[ssh_connection]
|
[ssh_connection]
|
||||||
pipelining=True
|
pipelining=True
|
||||||
|
Loading…
Reference in New Issue
Block a user