2022-07-26 11:09:13 +00:00
|
|
|
[defaults]
|
|
|
|
pipelining = True
|
|
|
|
force_color = True
|
2022-08-04 09:25:34 +00:00
|
|
|
nocows = True
|
2022-07-26 11:09:13 +00:00
|
|
|
|
|
|
|
# inventory = inventory.yml
|
|
|
|
callbacks_enabled = timer
|
|
|
|
|
|
|
|
# more compact and readable output
|
|
|
|
stdout_callback = debug
|
2022-08-04 09:25:34 +00:00
|
|
|
display_skipped_hosts = False
|
|
|
|
display_ok_hosts = True
|
2022-07-26 11:09:13 +00:00
|
|
|
|
|
|
|
[ssh_connection]
|
|
|
|
ssh_args = -o ControlMaster=auto -o ControlPersist=60s
|