Patrick T. Rutledge III
2017-06-01 e389785220945ec9697c9268c91c8ef26ec00f53
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[defaults]
forks = 50
host_key_checking = False
become = True
gathering = smart
fact_caching = jsonfile
fact_caching_connection = .ansible_facts
host_key_checking = False
# dealing with escalation prompt errors on slow links
timeout = 60
 
[privilege_escalation]
become = True
 
# override ssh_config ControlPath to use hashed value to handle long node names
[ssh_connection]
control_path = /tmp/%%h-%%r