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