ansible.cfg: Add option to ask for vault pass

One less thing to remember to type during normal invocations.
This commit is contained in:
Alan Orth 2017-09-20 12:43:33 +03:00
parent 5867d6038c
commit 3d1022cd23
Signed by: alanorth
GPG Key ID: 0FB860CC9C45B1B9
1 changed files with 2 additions and 0 deletions

View File

@ -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