crowdsec/test/ansible/ansible.cfg
mmetc a19748ae35
Rename directory "tests" to "test" (#2094)
If you use a ./test/local directory, you need to create it again:
$ make clean bats-build bats-fixture
2023-03-03 15:54:49 +01:00

16 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