34e4071eca
Signed-off-by: Trishna Guha <trishnaguha17@gmail.com>
14 lines
370 B
INI
14 lines
370 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
|
|
log_path = /tmp/ansible-test.out
|
|
|
|
[ssh_connection]
|
|
ssh_args = '-o UserKnownHostsFile=/dev/null'
|
|
|
|
[persistent_connection]
|
|
command_timeout = 100
|
|
connect_timeout = 100
|
|
connect_retry_timeout = 100
|