2016-02-10 18:51:39 +08:00
|
|
|
[ssh_connection]
|
|
|
|
pipelining=True
|
2017-10-27 19:18:39 +08:00
|
|
|
ssh_args = -o ControlMaster=auto -o ControlPersist=30m -o ConnectionAttempts=100 -o UserKnownHostsFile=/dev/null
|
2016-12-17 19:42:30 +08:00
|
|
|
#control_path = ~/.ssh/ansible-%%r@%%h:%%p
|
2016-10-25 18:23:49 +08:00
|
|
|
[defaults]
|
2018-10-31 18:52:47 +08:00
|
|
|
strategy_plugins = plugins/mitogen/ansible_mitogen/plugins/strategy
|
2019-06-10 18:29:09 +08:00
|
|
|
# https://github.com/ansible/ansible/issues/56930 (to ignore group names with - and .)
|
|
|
|
force_valid_group_names = ignore
|
2018-10-31 18:52:47 +08:00
|
|
|
|
2016-02-10 18:51:39 +08:00
|
|
|
host_key_checking=False
|
2016-10-25 18:23:49 +08:00
|
|
|
gathering = smart
|
|
|
|
fact_caching = jsonfile
|
|
|
|
fact_caching_connection = /tmp
|
2017-01-24 01:53:14 +08:00
|
|
|
stdout_callback = skippy
|
2017-01-27 07:16:53 +08:00
|
|
|
library = ./library
|
2017-02-14 20:23:05 +08:00
|
|
|
callback_whitelist = profile_tasks
|
2018-01-18 23:22:37 +08: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 19:18:39 +08:00
|
|
|
deprecation_warnings=False
|
2019-10-17 11:22:39 +08:00
|
|
|
inventory_ignore_extensions = ~, .orig, .bak, .ini, .cfg, .retry, .pyc, .pyo, .creds, .gpg
|
2018-08-17 10:21:58 +08:00
|
|
|
[inventory]
|
2018-09-04 00:04:34 +08:00
|
|
|
ignore_patterns = artifacts, credentials
|