summaryrefslogtreecommitdiff
path: root/test/integration/network-integration.cfg
blob: 8260b6fd04aa4a1c057279e0f0320635639ab4e5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# 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
stdout_callback = yaml
timeout = 90

[ssh_connection]
ssh_args = '-o UserKnownHostsFile=/dev/null'

[persistent_connection]
command_timeout = 100
connect_timeout = 100
connect_retry_timeout = 100