summaryrefslogtreecommitdiff
path: root/ansible.cfg
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2022-03-10 16:34:11 +0100
committerChristian Pointner <equinox@spreadspace.org>2022-03-10 16:34:11 +0100
commitcc48add473c67d54705d7d7ec549348141cf8f83 (patch)
treeec47c4f9defe8b2352782d449b2e7c2c0e560491 /ansible.cfg
parentprometheus/alerts: exclude vnet interfaces from interface saturated alerts (diff)
set ansible forks to 20
Diffstat (limited to 'ansible.cfg')
-rw-r--r--ansible.cfg1
1 files changed, 1 insertions, 0 deletions
diff --git a/ansible.cfg b/ansible.cfg
index e3b31768..de1f81d2 100644
--- a/ansible.cfg
+++ b/ansible.cfg
@@ -2,6 +2,7 @@
inventory = ./inventory/hosts.ini, ./inventory/constructed.yml
roles_path = ./.galaxy:./roles
nocows = 1
+forks = 20
log_path = ./log
remote_tmp = /tmp/.ansible/tmp