templier-ansible/ansible.cfg
Yohann D'ANELLO 680b09ca2c
Move playbooks in a separate directory
Signed-off-by: Yohann D'ANELLO <ynerant@crans.org>
2021-04-08 00:41:19 +02:00

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