summaryrefslogtreecommitdiff
path: root/test/integration/network-integration.cfg
blob: 66357f5c327bb164e4ce603d7a0f90acf0023ee2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# 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

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

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