From 9c7a6f65d5d0223000c40a825a4d685b69dc8c4e 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 0303701..e7173fa 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