templier-ansible/ansible.cfg

18 lines
262 B
INI

[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
[ssh_connection]
pipelining = True
retries = 3
[diff]
always = yes