2016-10-16 18:50:37 -07:00
|
|
|
[defaults]
|
|
|
|
inventory = inventory
|
|
|
|
retry_files_enabled = False
|
|
|
|
roles_path = roles
|
|
|
|
host_key_checking = False
|
|
|
|
timeout = 60
|
|
|
|
|
|
|
|
[ssh_connection]
|
2016-12-08 11:19:41 -08:00
|
|
|
ssh_args = -o ControlMaster=auto -o ControlPersist=300s -o ConnectTimeout=60 -o IdentitiesOnly=yes
|
2016-10-16 18:50:37 -07:00
|
|
|
pipelining = True
|
|
|
|
scp_if_ssh = True
|