ansible/test/integration/network-integration.cfg

19 lines
464 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
stdout_callback = yaml
# 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