From: vasukulkarni Date: Fri, 8 Jul 2016 00:40:48 +0000 (-0700) Subject: use 120s instead of default 12s for cmd timeout X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=04b4840befd42efbfd1b343b357a156358096ce5;p=ceph-cm-ansible.git 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 --- diff --git a/ansible.cfg b/ansible.cfg index b96bd14..5122162 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