blob: a9db58a076417ca14241fc766baf36cec076fbee (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
[defaults]
retry_files_enabled = False
forks = 25
timeout = 60
gather_timeout = 30
[ssh_connection]
ssh_args = -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no -o ControlMaster=auto -o ControlPersist=30m -o ServerAliveInterval=5 -o ServerAliveCountMax=5
retries = 8
pipelining = True
|