2016-02-10 10:51:39 +00:00
|
|
|
[ssh_connection]
|
|
|
|
pipelining=True
|
2017-10-27 11:18:39 +00:00
|
|
|
ssh_args = -o ControlMaster=auto -o ControlPersist=30m -o ConnectionAttempts=100 -o UserKnownHostsFile=/dev/null
|
2016-12-17 11:42:30 +00:00
|
|
|
#control_path = ~/.ssh/ansible-%%r@%%h:%%p
|
2016-10-25 10:23:49 +00:00
|
|
|
[defaults]
|
2019-06-10 10:29:09 +00:00
|
|
|
# https://github.com/ansible/ansible/issues/56930 (to ignore group names with - and .)
|
|
|
|
force_valid_group_names = ignore
|
2018-10-31 10:52:47 +00:00
|
|
|
|
2016-02-10 10:51:39 +00:00
|
|
|
host_key_checking=False
|
2016-10-25 10:23:49 +00:00
|
|
|
gathering = smart
|
|
|
|
fact_caching = jsonfile
|
|
|
|
fact_caching_connection = /tmp
|
2020-02-18 09:31:28 +00:00
|
|
|
fact_caching_timeout = 7200
|
2020-02-19 10:38:25 +00:00
|
|
|
stdout_callback = default
|
|
|
|
display_skipped_hosts = no
|
2017-01-26 23:16:53 +00:00
|
|
|
library = ./library
|
2022-02-23 15:36:19 +00:00
|
|
|
callback_whitelist = profile_tasks,ara_default
|
2018-01-18 15:22:37 +00:00
|
|
|
roles_path = roles:$VIRTUAL_ENV/usr/local/share/kubespray/roles:$VIRTUAL_ENV/usr/local/share/ansible/roles:/usr/share/kubespray/roles
|
2017-10-27 11:18:39 +00:00
|
|
|
deprecation_warnings=False
|
2019-10-17 03:22:39 +00:00
|
|
|
inventory_ignore_extensions = ~, .orig, .bak, .ini, .cfg, .retry, .pyc, .pyo, .creds, .gpg
|
2018-08-17 02:21:58 +00:00
|
|
|
[inventory]
|
2018-09-03 16:04:34 +00:00
|
|
|
ignore_patterns = artifacts, credentials
|