beef up the AI/ML framework tests by adding InfluxDB as data source and populate...
[it/test.git] / XTesting / kubespray / ansible.cfg
1 [ssh_connection]
2 pipelining=True
3 ansible_ssh_args = -o ControlMaster=auto -o ControlPersist=30m -o ConnectionAttempts=100 -o UserKnownHostsFile=/dev/null
4 #control_path = ~/.ssh/ansible-%%r@%%h:%%p
5 [defaults]
6 # https://github.com/ansible/ansible/issues/56930 (to ignore group names with - and .)
7 force_valid_group_names = ignore
8
9 host_key_checking=False
10 gathering = smart
11 fact_caching = jsonfile
12 fact_caching_connection = /tmp
13 fact_caching_timeout = 86400
14 stdout_callback = default
15 display_skipped_hosts = no
16 library = ./library
17 callbacks_enabled = profile_tasks,ara_default
18 roles_path = roles:$VIRTUAL_ENV/usr/local/share/kubespray/roles:$VIRTUAL_ENV/usr/local/share/ansible/roles:/usr/share/kubespray/roles
19 deprecation_warnings=False
20 inventory_ignore_extensions = ~, .orig, .bak, .ini, .cfg, .retry, .pyc, .pyo, .creds, .gpg
21 [inventory]
22 ignore_patterns = artifacts, credentials