From b55efeaa6104ef3ac7aa1da9084aed97eb2d0f89 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Tue, 17 Oct 2017 17:43:16 +0000 Subject: [PATCH] put forks back to pre ansible 2.4 value for more testing --- 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 696f211115..7fbba5506e 100644 --- a/roles/ansible-server/templates/ansible.cfg.j2 +++ b/roles/ansible-server/templates/ansible.cfg.j2 @@ -19,7 +19,7 @@ library = {{ ansible_base }}/ansible/library:/usr/share/ansible #remote_tmp = ~/.ansible/tmp #local_tmp = ~/.ansible/tmp #forks = 5 -forks = 90 +forks = 150 #poll_interval = 15 #sudo_user = root #ask_sudo_pass = True