templier-ansible/ansible.cfg

15 lines
186 B
INI
Raw Normal View History

[defaults]
inventory = ./hosts
timeout = 60
2021-01-29 00:08:39 +00:00
# ask_vault_pass = True
[privilege_escalation]
2021-01-29 00:08:39 +00:00
# become_ask_pass = True
2021-01-29 00:08:39 +00:00
[ssh_connection]
pipelining = True
retries = 3
[diff]
always = yes