crowdsec/tests/ansible/ansible.cfg

15 lines
286 B
INI
Raw Normal View History

[defaults]
pipelining = True
force_color = True
# inventory = inventory.yml
callbacks_enabled = timer
# more compact and readable output
stdout_callback = debug
display_skipped_hosts = no
display_ok_hosts = yes
[ssh_connection]
ssh_args = -o ControlMaster=auto -o ControlPersist=60s