commit | 1e918a60cd25e230baa7a90a61b7c7e6f9deb39c | [log] [tgz] |
---|---|---|
author | David K. Bainbridge <dbainbri@ciena.com> | Tue Sep 20 13:16:53 2016 -0400 |
committer | David K. Bainbridge <dbainbri@ciena.com> | Tue Sep 20 13:16:53 2016 -0400 |
tree | b7e45d35effa39ddfcb1768ff193aeade006ac8f | |
parent | d5ba5c9a6ca60372deeb80d10c8ffe2ab997a26c [diff] |
default the timeout to 30 seconds as the default seems to small in some cases Change-Id: I76585a5deaa8a6c96c4d3d7cd3213db318ad4c4a
diff --git a/ansible.cfg b/ansible.cfg index 7ee9c04..8c02f3f 100644 --- a/ansible.cfg +++ b/ansible.cfg
@@ -5,4 +5,5 @@ callback_whitelist = profile_tasks host_key_checking = false forks=20 +timeout=30