15 lines
347 B
INI
15 lines
347 B
INI
|
|
[defaults]
|
||
|
|
inventory = ./inventories/lab/inventory.yml
|
||
|
|
host_key_checking = False
|
||
|
|
retry_files_enabled = False
|
||
|
|
stdout_callback = default
|
||
|
|
result_format = yaml
|
||
|
|
interpreter_python = auto_silent
|
||
|
|
timeout = 30
|
||
|
|
roles_path = ./roles
|
||
|
|
collections_path = ./collections
|
||
|
|
|
||
|
|
[ssh_connection]
|
||
|
|
pipelining = True
|
||
|
|
ssh_args = -o ControlMaster=auto -o ControlPersist=60s
|