templier-ansible/ansible.cfg
Yohann D'ANELLO 7f39ea724a
Read become password from pass
Signed-off-by: Yohann D'ANELLO <ynerant@crans.org>
2021-04-08 10:48:05 +02:00

20 lines
345 B
INI

[defaults]
# Explicitely redefined some defaults to make play execution work
roles_path = ./roles
vars_plugins = ./vars_plugins
inventory = ./hosts
timeout = 60
[privilege_escalation]
become = True
# Use a separate module to read passwords from pass
become_ask_pass = False
[ssh_connection]
pipelining = True
retries = 3
[diff]
always = yes