17 lines
401 B
INI
17 lines
401 B
INI
[defaults]
|
|
inventory = inventory/hosts.ini
|
|
roles_path = roles
|
|
host_key_checking = False
|
|
interpreter_python = auto_silent
|
|
stdout_callback = yaml
|
|
timeout = 30
|
|
|
|
[ssh_connection]
|
|
pipelining = True
|
|
ssh_args = -o ControlMaster=auto -o ControlPersist=60s
|
|
|
|
[privilege_escalation]
|
|
become = True
|
|
become_method = sudo
|
|
become_ask_pass = False
|