templier-ansible/ansible.cfg
Yohann D'ANELLO 9b0be73500
Add ansible header
Signed-off-by: Yohann D'ANELLO <ynerant@crans.org>
2021-03-17 23:03:08 +01:00

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