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:
parent
3d1022cd23
commit
0cd06a8298
@ -5,5 +5,9 @@ inventory=hosts
|
|||||||
# instead of using --ask-vault-pass
|
# instead of using --ask-vault-pass
|
||||||
ask_vault_pass=True
|
ask_vault_pass=True
|
||||||
|
|
||||||
|
[privilege_escalation]
|
||||||
|
# instead of using -K
|
||||||
|
become_ask_pass=True
|
||||||
|
|
||||||
[ssh_connection]
|
[ssh_connection]
|
||||||
pipelining=True
|
pipelining=True
|
||||||
|
Loading…
Reference in New Issue
Block a user