13 lines
337 B
INI
13 lines
337 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
|
|
|
|
[ssh_connection]
|
|
ssh_args = '-o UserKnownHostsFile=/dev/null'
|
|
|
|
[persistent_connection]
|
|
command_timeout = 100
|
|
connect_timeout = 100
|
|
connect_retry_timeout = 100
|