-
Notifications
You must be signed in to change notification settings - Fork 0
/
.ansible.cfg
30 lines (26 loc) · 858 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
29
30
[defaults]
command_warnings = False
fact_caching = jsonfile
fact_caching_connection = ~/.ansible/facts
fact_caching_timeout = 600
forks = 150
gathering = smart
host_key_checking = False
log_path = /var/log/ansible.log
remote_tmp = ~/.ansible/tmp
remote_user = provisioner
retry_files_enabled = True
retry_files_save_path = ~/.ansible/retry
sudo_user = root
timeout = 30
transport = smart
[ssh_connection]
control_path = /tmp/ansible-%%h-%%p-%%r
pipelining = True
scp_if_ssh = True
ssh_args = -o ControlMaster=auto -o ControlPersist=60s -o BatchMode=yes
[accelerate]
accelerate_connect_timeout = 5.0
accelerate_daemon_timeout = 30
accelerate_port = 5099
accelerate_timeout = 30