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
|
2017-08-02 00:09:51 +02:00
|
|
|
log_path = /tmp/ansible-test.out
|
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]
|
|
|
|
command_timeout = 60
|
2017-09-08 06:35:54 +02:00
|
|
|
connect_timeout = 60
|