[Ansible] Increase timmeout
parent
b32859ecc8
commit
df8a1a4509
|
@ -14,6 +14,9 @@ nocows = 1
|
|||
# Do more parallelism
|
||||
forks = 15
|
||||
|
||||
# Some SSH connection will take time
|
||||
timeout = 60
|
||||
|
||||
[privilege_escalation]
|
||||
|
||||
# Use sudo to get priviledge access
|
||||
|
|
Loading…
Reference in New Issue