templier-ansible/ansible.cfg

18 lines
262 B
INI
Raw Normal View History

[defaults]
# Explicitely redefined some defaults to make play execution work
roles_path = ./roles
inventory = ./hosts
timeout = 60
[privilege_escalation]
become = True
become_ask_pass = True
2021-01-29 00:08:39 +00:00
[ssh_connection]
pipelining = True
retries = 3
[diff]
always = yes