2018-09-16 02:26:14 +02:00
|
|
|
[defaults]
|
|
|
|
|
any_errors_fatal = True
|
|
|
|
|
deprecation_warnings = True
|
|
|
|
|
display_skipped_hosts = False
|
|
|
|
|
host_key_checking = False
|
|
|
|
|
nocows = 1
|
2021-01-11 21:01:36 +01:00
|
|
|
#stdout_callback=skippy
|
2019-08-22 05:11:27 +02:00
|
|
|
callback_whitelist=profile_tasks
|
2018-09-16 02:26:14 +02:00
|
|
|
remote_user = root
|
|
|
|
|
retry_files_enabled = False
|
2019-04-04 02:25:38 +02:00
|
|
|
library = kubespray/library/
|
|
|
|
|
roles_path = kubespray/roles/
|
2019-08-16 21:49:56 +02:00
|
|
|
invalid_task_attribute_failed=False
|
2019-08-27 03:44:52 +02:00
|
|
|
force_valid_group_names = ignore
|
|
|
|
|
strategy_plugins = kubespray/plugins/mitogen/ansible_mitogen/plugins/strategy
|
|
|
|
|
fact_caching = jsonfile
|
|
|
|
|
fact_caching_connection = /tmp
|
2018-09-25 17:07:38 +02:00
|
|
|
|
|
|
|
|
[ssh_connection]
|
|
|
|
|
control_path = /tmp/ansible-ssh-%%h-%%p-%%r
|
|
|
|
|
pipelining = True
|
2019-05-01 12:29:59 +02:00
|
|
|
ssh_args = -C -o ControlMaster=auto -o ControlPersist=5m -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null
|
2019-04-04 02:25:38 +02:00
|
|
|
|
|
|
|
|
[inventory]
|
2019-08-22 05:11:27 +02:00
|
|
|
enable_plugins = hcloud, ini, script, yaml
|