1b8aa798df
* Move Ansible test config into env vars. This allows ansible-test to use an empty Ansible config file, leaving open the option for users to customize the one used to run tests (although such usage is discouraged). * Use config from content under test when present.
15 lines
393 B
INI
15 lines
393 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
|
|
stdout_callback = yaml
|
|
|
|
[ssh_connection]
|
|
ssh_args = '-o UserKnownHostsFile=/dev/null'
|
|
|
|
[persistent_connection]
|
|
command_timeout = 100
|
|
connect_timeout = 100
|
|
connect_retry_timeout = 100
|