diff --git a/ansible.cfg b/ansible.cfg index 5fde7721..37f28d51 100644 --- a/ansible.cfg +++ b/ansible.cfg @@ -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