You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwhisk.apache.org by ra...@apache.org on 2020/01/03 12:18:29 UTC

[openwhisk] branch master updated: Extend ansible gather_timeout to 60 seconds (#4786)

This is an automated email from the ASF dual-hosted git repository.

rabbah pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/openwhisk.git


The following commit(s) were added to refs/heads/master by this push:
     new 9a86292  Extend ansible gather_timeout to 60 seconds (#4786)
9a86292 is described below

commit 9a86292c9d05522fb65a5ebefab754aea9daa55e
Author: Robert Gale <rc...@gmail.com>
AuthorDate: Fri Jan 3 04:18:18 2020 -0800

    Extend ansible gather_timeout to 60 seconds (#4786)
    
    The default timeout is 10 seconds, which I was hitting consistently on some older servers.
---
 ansible/ansible.cfg | 1 +
 1 file changed, 1 insertion(+)

diff --git a/ansible/ansible.cfg b/ansible/ansible.cfg
index 879344c..db7066d 100644
--- a/ansible/ansible.cfg
+++ b/ansible/ansible.cfg
@@ -6,6 +6,7 @@ host_key_checking = False
 inventory = environments/local
 callback_plugins = callbacks
 hash_behaviour = merge
+gather_timeout = 60
 
 [ssh_connection]
 scp_if_ssh = True