templier-ansible/ansible.cfg

21 lines
379 B
INI

[defaults]
# Explicitely redefined some defaults to make play execution work
roles_path = ./roles
lookup_plugins = ./lookup_plugins
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