20 lines
345 B
INI
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
|