2017-07-27 12:37:15 +02:00
|
|
|
# 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
|
2020-08-03 15:58:30 +02:00
|
|
|
timeout = 90
|
2017-08-02 10:18:22 +02:00
|
|
|
|
|
|
|
[ssh_connection]
|
|
|
|
ssh_args = '-o UserKnownHostsFile=/dev/null'
|
2017-08-09 12:44:36 +02:00
|
|
|
|
|
|
|
[persistent_connection]
|
2018-06-07 09:16:51 +02:00
|
|
|
command_timeout = 100
|
|
|
|
connect_timeout = 100
|
|
|
|
connect_retry_timeout = 100
|