2016-05-15 03:43:37 +00:00
|
|
|
[defaults]
|
|
|
|
inventory = inventory
|
2016-07-11 16:09:14 +00:00
|
|
|
pipelining = True
|
|
|
|
retry_files_enabled = False
|
2016-08-01 17:03:24 +00:00
|
|
|
host_key_checking = False
|
2017-01-14 16:38:03 +00:00
|
|
|
timeout = 60
|
2018-08-27 14:05:45 +00:00
|
|
|
stdout_callback = full_skip
|
2016-08-01 17:03:24 +00:00
|
|
|
|
|
|
|
[paramiko_connection]
|
|
|
|
record_host_keys = False
|
|
|
|
|
|
|
|
[ssh_connection]
|
2016-12-12 19:02:45 +00:00
|
|
|
ssh_args = -o ControlMaster=auto -o ControlPersist=60s -o UserKnownHostsFile=/dev/null -o ConnectTimeout=6 -o ConnectionAttempts=30 -o IdentitiesOnly=yes
|
2016-08-20 13:22:14 +00:00
|
|
|
scp_if_ssh = True
|
2018-05-03 13:04:39 +00:00
|
|
|
retries = 30
|