crowdsec/test/ansible/ansible.cfg

16 lines
304 B
INI
Raw Permalink Normal View History

[defaults]
pipelining = True
force_color = True
2022-08-04 09:25:34 +00:00
nocows = True
# 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
[ssh_connection]
ssh_args = -o ControlMaster=auto -o ControlPersist=60s