templier-ansible/ansible.cfg

16 lines
198 B
INI

[defaults]
inventory = ./hosts
timeout = 60
# ask_vault_pass = True
[privilege_escalation]
become = True
become_ask_pass = True
[ssh_connection]
pipelining = True
retries = 3
[diff]
always = yes