ansible.cfg: Add option to always ask become pass

Saves having to remember to type -K during normal playbook runs.
This commit is contained in:
Alan Orth 2017-09-20 12:59:46 +03:00
parent 3d1022cd23
commit 0cd06a8298
Signed by: alanorth
GPG Key ID: 0FB860CC9C45B1B9
1 changed files with 4 additions and 0 deletions

View File

@ -5,5 +5,9 @@ inventory=hosts
# instead of using --ask-vault-pass
ask_vault_pass=True
[privilege_escalation]
# instead of using -K
become_ask_pass=True
[ssh_connection]
pipelining=True