diff --git a/roles/ansible-server/templates/ansible.cfg.j2 b/roles/ansible-server/templates/ansible.cfg.j2 index abf4d70766..dde9d0917f 100644 --- a/roles/ansible-server/templates/ansible.cfg.j2 +++ b/roles/ansible-server/templates/ansible.cfg.j2 @@ -15,7 +15,7 @@ hostfile = {{ ansible_base }}/ansible/inventory library = {{ ansible_base }}/ansible/library:/usr/share/ansible #remote_tmp = $HOME/.ansible/tmp pattern = * -forks = 90 +forks = 125 poll_interval = 15 #sudo_user = root #ask_sudo_pass = True