You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/test/integration/network-integration.cfg

15 lines
350 B
INI

# NOTE: This file is used by ansible-test to override specific Ansible constants
# This file is used by `ansible-test network-integration`
[defaults]
host_key_checking = False
timeout = 90
[ssh_connection]
ssh_args = '-o UserKnownHostsFile=/dev/null'
[persistent_connection]
command_timeout = 100
connect_timeout = 100
connect_retry_timeout = 100