summaryrefslogtreecommitdiff
path: root/ansible.cfg
diff options
context:
space:
mode:
authorThedro Neely <thedroneely@gmail.com>2020-03-20 00:30:16 -0400
committerThedro Neely <thedroneely@gmail.com>2020-03-20 00:30:16 -0400
commit0caf5dde89072e3adbce47b8fc401f9c8070c560 (patch)
tree2ed220b43dc9439c2955a26df737e5b215ae96e4 /ansible.cfg
parent05f1f7494fbcaa319dc70e4ddeae437c13975d0d (diff)
downloadplaybooks-0caf5dde89072e3adbce47b8fc401f9c8070c560.tar.gz
playbooks-0caf5dde89072e3adbce47b8fc401f9c8070c560.tar.bz2
playbooks-0caf5dde89072e3adbce47b8fc401f9c8070c560.zip
ansible.cfg: Use mitogen strategy
Speed up ansible (pip install mitogen)
Diffstat (limited to 'ansible.cfg')
-rw-r--r--ansible.cfg2
1 files changed, 2 insertions, 0 deletions
diff --git a/ansible.cfg b/ansible.cfg
index 8b348f6..21db32b 100644
--- a/ansible.cfg
+++ b/ansible.cfg
@@ -3,3 +3,5 @@ inventory = ./inventory/hosts
remote_user = root
local_tmp = /tmp
remote_tmp = /tmp
+strategy_plugins = /opt/mitogen/lib/python3.8/site-packages/ansible_mitogen/plugins/strategy
+strategy = mitogen_linear