From 04b4840befd42efbfd1b343b357a156358096ce5 Mon Sep 17 00:00:00 2001 From: vasukulkarni Date: Thu, 7 Jul 2016 17:40:48 -0700 Subject: [PATCH] use 120s instead of default 12s for cmd timeout Increase timeout from 12s to 120s for ansible cmds Signed-off-by: Vasu Kulkarni vasu@redhat.com --- ansible.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/ansible.cfg b/ansible.cfg index b96bd14a..51221627 100644 --- a/ansible.cfg +++ b/ansible.cfg @@ -3,3 +3,4 @@ ansible_managed = This file is managed by ansible, don't make changes here - the # this works when testing from my laptop, but will need to # be changed when it lives in a production environment vault_password_file = ~/.vault_pass.txt +timeout = 120 -- 2.47.3