From 37de5e80099454645c66caf955da5fc01d19faff Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Fri, 26 Feb 2016 21:09:57 +0000 Subject: [PATCH] 10 second timeout is too fast for some loaded machines, up it to 60. --- roles/ansible-server/templates/ansible.cfg.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/ansible-server/templates/ansible.cfg.j2 b/roles/ansible-server/templates/ansible.cfg.j2 index dde9d0917f..966d8da839 100644 --- a/roles/ansible-server/templates/ansible.cfg.j2 +++ b/roles/ansible-server/templates/ansible.cfg.j2 @@ -51,7 +51,7 @@ callback_whitelist = fedmsg_callback2,profile_tasks,logdetail2 #sudo_flags = -H -S -n # SSH timeout -#timeout = 10 +timeout = 60 # default user to use for playbooks if user is not specified # (/usr/bin/ansible will use current user as default)