summaryrefslogtreecommitdiff
path: root/ansible.cfg
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2020-05-16 19:38:34 +0200
committerChristian Pointner <equinox@spreadspace.org>2020-05-16 19:38:34 +0200
commitbf072688b43b130a34d990e3efe7760a5595d5a9 (patch)
treebcbf9a7e52dfb37bbac097f2fbde41f9840c3733 /ansible.cfg
parentkubernetes: set cgroup driver to systemd, enable metrics-server and node-loca... (diff)
enable mitogen
Diffstat (limited to 'ansible.cfg')
-rw-r--r--ansible.cfg4
1 files changed, 4 insertions, 0 deletions
diff --git a/ansible.cfg b/ansible.cfg
index 40aec251..ca12c8fc 100644
--- a/ansible.cfg
+++ b/ansible.cfg
@@ -27,6 +27,10 @@ interpreter_python = auto_legacy_silent
## https://github.com/ansible/ansible/issues/56930
force_valid_group_names = ignore
+## you need run `make -C contrib` first
+strategy_plugins = ./contrib/mitogen/ansible_mitogen/plugins/strategy
+strategy = mitogen_linear
+
[ssh_connection]
pipelining = True
ssh_args = -C -o ControlMaster=auto -o ControlPersist=60s