1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00
community.general/test/integration/network-integration.cfg

18 lines
441 B
INI
Raw Normal View History

# NOTE: This file is used by ansible-test to override specific Ansible constants
# This file is used by `ansible-test network-integration`
[defaults]
2017-08-01 10:51:22 +02:00
host_key_checking = False
log_path = /tmp/ansible-test.out
# allow cleanup handlers to run when tests fail
force_handlers = True
[ssh_connection]
ssh_args = '-o UserKnownHostsFile=/dev/null'
[persistent_connection]
command_timeout = 100
connect_timeout = 100
connect_retry_timeout = 100