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
|
|
|
|
|
remote_user = root
|
|
|
|
|
retry_files_enabled = False
|
2019-04-04 02:25:38 +02:00
|
|
|
library = kubespray/library/
|
|
|
|
|
roles_path = kubespray/roles/
|
2018-09-25 17:07:38 +02:00
|
|
|
|
|
|
|
|
[ssh_connection]
|
|
|
|
|
control_path = /tmp/ansible-ssh-%%h-%%p-%%r
|
|
|
|
|
pipelining = True
|
|
|
|
|
ssh_args = -C -o ControlMaster=auto -o ControlPersist=5m -o ForwardAgent=yes -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null
|
2019-04-04 02:25:38 +02:00
|
|
|
|
|
|
|
|
[inventory]
|
|
|
|
|
enable_plugins = host_list, scaleway, ini, script, yaml
|