Stephen Sollar
2017-09-07 93d261e0e125b4df7852e6a2a5914bbe9b9d3504
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[defaults]
inventory               = inventory
roles_path              = ansible/roles
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