diff --git a/ansible.cfg b/ansible.cfg
index 5fde7721663ff940d8e81e68999cfd05301f3935..37f28d51099603cd836c7213234497b5a32d56b9 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