Integrated mitogen boost for ansible

master
Felix Stupp 3 years ago
parent 74fa987e2d
commit eee29f48b3
Signed by: zocker
GPG Key ID: 93E1BD26F6B02FB7

3
.gitmodules vendored

@ -0,0 +1,3 @@
[submodule "misc/mitogen"]
path = misc/mitogen
url = https://git.banananet.work/archive/mitogen.git

@ -6,3 +6,7 @@ inventory = ./hosts.py
nocows = True
retry_files_enabled = False
interpreter_python = auto
# mitogen, see https://mitogen.networkgenomics.com/ansible_detailed.html
strategy_plugins = ./misc/mitogen/ansible_mitogen/plugins/strategy
strategy = mitogen_linear

@ -0,0 +1 @@
Subproject commit 27ad214a92a93fe6604ac4d322944ea930809d47
Loading…
Cancel
Save