From 16ec5ed2e05f79924cacd1ccb48a8e2da7dabfe8 Mon Sep 17 00:00:00 2001 From: Salt Date: Tue, 15 Feb 2022 15:09:21 -0600 Subject: [PATCH] Spin off more forks during execution to increase run speed --- ansible.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/ansible.cfg b/ansible.cfg index 866ab3c..c45fe96 100644 --- a/ansible.cfg +++ b/ansible.cfg @@ -1,4 +1,5 @@ [defaults] +forks = 16 host_key_checking = false interpreter_python = python3 inventory = inventory