From df8a1a450964d46a4e291f82f5013ac21e28ba49 Mon Sep 17 00:00:00 2001
From: Alexandre Iooss <erdnaxe@crans.org>
Date: Wed, 15 May 2019 12:21:23 +0200
Subject: [PATCH] [Ansible] Increase timmeout

---
 ansible.cfg | 3 +++
 1 file changed, 3 insertions(+)

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
-- 
GitLab