sborenst
2017-01-25 6f95e1c89a8f8be40206e871d1845dfa86bf55d1
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[defaults]
forks = 50
host_key_checking = False
#hostfile = ./scripts/ec2.py
become = True
gathering = smart
fact_caching = jsonfile
fact_caching_connection = .ansible_facts
host_key_checking = False
 
# override ssh_config ControlPath to use hashed value to handle long node names
[ssh_connection]
#control_path = /tmp/
control_path = /tmp/%%h-%%r
#ssh_args = -F ./ssh.cfg -o ControlMaster=auto -o ControlPersist=30m