From 829eaaa475e19b1dcfe03715758374f4f80c8ddf Mon Sep 17 00:00:00 2001 From: Jack Ivanov Date: Thu, 22 Dec 2016 21:22:25 +0300 Subject: [PATCH] Increase timeouts #178 --- ansible.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/ansible.cfg b/ansible.cfg index 03037011..e7173fa8 100644 --- a/ansible.cfg +++ b/ansible.cfg @@ -3,6 +3,7 @@ inventory = inventory pipelining = True retry_files_enabled = False host_key_checking = False +timeout = 30 [paramiko_connection] record_host_keys = False