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
|
||||
force_handlers=True
|
||||
inventory=hosts
|
||||
# instead of using --ask-vault-pass
|
||||
ask_vault_pass=True
|
||||
|
||||
[ssh_connection]
|
||||
pipelining=True
|
||||
|
Loading…
Reference in New Issue
Block a user