From 777f6de1f10fa04eaa97b87e045f5c80da7b4b6d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Soko=C5=82owski?= Date: Mon, 3 Sep 2018 13:07:39 -0400 Subject: [PATCH] increase ssh timeout for ansible --- ansible.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/ansible.cfg b/ansible.cfg index cfe366c..7b2c02f 100644 --- a/ansible.cfg +++ b/ansible.cfg @@ -1,5 +1,6 @@ [defaults] forks = 50 +timeout = 30 inventory = ./ansible/terraform.py remote_user = admin host_key_checking = false