-
Notifications
You must be signed in to change notification settings - Fork 350
Expand file tree
/
Copy pathansible.cfg
More file actions
26 lines (25 loc) · 843 Bytes
/
ansible.cfg
File metadata and controls
26 lines (25 loc) · 843 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
[defaults]
collections_paths = ./collections
roles_path = ./roles/galaxy:./roles:./submodules/kubespray/roles
library = ./submodules/kubespray/library
inventory = ./config/inventory,./scripts/maas_inventory.py
host_key_checking = False
gathering = smart
fact_caching = jsonfile
fact_caching_connection = /var/tmp/ansible_cache
fact_caching_timeout = 86400
deprecation_warnings = False
#vault_password_file = ./config/.vault-pass
timeout=60
stdout_callback = ansible.builtin.default
result_format = yaml
bin_ansible_callbacks = True
local_tmp=/tmp
remote_tmp=/tmp
forks = 25
force_valid_group_names = ignore
ansible_python_interpreter = /usr/bin/python3
[ssh_connection]
pipelining = True
ssh_args = -o ControlMaster=auto -o ControlPersist=5m -o ConnectionAttempts=100 -o UserKnownHostsFile=/dev/null
control_path = ~/.ssh/ansible-%%r@%%h:%%p