You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
mitogen/ansible_mitogen
David Wilson bb61745a1a issue #217: pass through non-custom module utils to regular importer.
This may come back to bite later, but in the meantime it avoids shipping
up to 12KiB of junk metadata for every single task invocation.

For detachment (aka. async), we must ensure the target has two types of
preloads completed (modules and module_utils files) before detaching.
6 years ago
..
plugins ansible: missing mitogen_su module. 6 years ago
__init__.py ansible: restructure to avoid intermediate imports 6 years ago
connection.py issue #218: ansibe: use Secret and Blob types. 6 years ago
logging.py master: annotate LogForwarder messages. 6 years ago
mixins.py ansible: stop passing through remote_tmp variable 6 years ago
module_finder.py issue #217: pass through non-custom module utils to regular importer. 6 years ago
planner.py issue #217: pass through non-custom module utils to regular importer. 6 years ago
process.py issue #217: ansible: working, if extremely inefficient implementation 6 years ago
runner.py issue #217: ansible: working, if extremely inefficient implementation 6 years ago
services.py issue #217: pass through non-custom module utils to regular importer. 6 years ago
strategy.py setns: support changing user. 6 years ago
target.py issue #217: pass through non-custom module utils to regular importer. 6 years ago