Add mitogen plugin

This commit is contained in:
Tim Dittler
2020-01-14 13:57:04 +01:00
parent e49f5a368f
commit d047e7c4aa
113 changed files with 23754 additions and 0 deletions

View File

@@ -1,3 +1,18 @@
[defaults]
inventory = hosts
host_key_checking = False
ask_pass = True
retry_files_enabled = False
# Enable Mitogen usage
# * Download https://networkgenomics.com/try/mitogen-0.2.8.tar.gz
# * Untar to ./mitogen (no version number)
strategy_plugins = ./mitogen/ansible_mitogen/plugins/strategy
strategy = mitogen_linear
[connection]
pipelining = True
[privilege_escalation]
become = True
become_ask_pass = True