15 lines
304 B
INI
15 lines
304 B
INI
[defaults]
|
|
pipelining = True
|
|
force_color = True
|
|
nocows = True
|
|
|
|
# inventory = inventory.yml
|
|
callbacks_enabled = timer
|
|
|
|
# more compact and readable output
|
|
stdout_callback = debug
|
|
display_skipped_hosts = False
|
|
display_ok_hosts = True
|
|
|
|
[ssh_connection]
|
|
ssh_args = -o ControlMaster=auto -o ControlPersist=60s
|