forked from NVIDIA/deepops
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathansible.cfg
28 lines (26 loc) · 826 Bytes
/
ansible.cfg
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
27
28
[defaults]
collections_paths = ./collections
roles_path = ./roles/galaxy:./roles:./submodules/kubespray/roles
library = ./submodules/kubespray/library
inventory = ./config/inventory
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 = yaml
bin_ansible_callbacks = True
local_tmp=/tmp
remote_tmp=/tmp
forks = 25
force_valid_group_names = ignore
ansible_python_interpreter = /usr/bin/python3
[galaxy]
server = https://old-galaxy.ansible.com/
[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