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
Alex Willmer 357fe38766 Ansible 10 (ansible-core 2.17) support
Notably
- Python 2.7 and 3.6 are no longer supported by Ansible on targets
- The yum module has been removed, and redirected to dnf
- _INTERPRETER_PYTHON_DISTRO_MAP has been neutered. Interpreter discovery
  always favours specific `python3.<x>` interpreters in decending version
  order, then generic `python3` or `python`.
- Add the ability for an action plugin to call self._execute_module(*,
  ignore_unknown_opts=True) to execute a module with options that may not be
  supported for the version being called.

https://docs.ansible.com/ansible/devel/porting_guides/porting_guide_10.html
https://github.com/ansible-community/ansible-build-data/blob/main/10/CHANGELOG-v10.md
https://github.com/ansible/ansible/blob/stable-2.17/changelogs/CHANGELOG-v2.17.rst

fixes #1074, refs #1082

Co-authored-by: Claude Becker <becker@phys.ethz.ch>
3 months ago
..
compat Remove vendored mitogen.compat.simplejson 2 years ago
plugins add SSH args into options documentation 2 years ago
utils ansible_mitogen: Handle AnsibleUnsafeText et al in Ansible >= 7 8 months ago
__init__.py ansible: restructure to avoid intermediate imports 7 years ago
affinity.py ansible_mitogen: Standardise __future__ imports to match Ansible 3 years ago
connection.py Fix 'ansible_host_key_checking' and 'ansible_ssh_host_key_checking' for 7 months ago
loaders.py Ansible 10 (ansible-core 2.17) support 3 months ago
logging.py ansible_mitogen: Standardise __future__ imports to match Ansible 3 years ago
mixins.py Ansible 10 (ansible-core 2.17) support 3 months ago
module_finder.py mitogen: Support PEP 451 ModuleSpec API, required for Python 3.12 8 months ago
parsing.py ansible_mitogen: Standardise __future__ imports to match Ansible 3 years ago
planner.py ansible_mitogen: Respect ansible_facts.discovered_interpreter_python more 3 months ago
process.py ansible_mitogen: Fix "filedescriptor out of range in select()" in WorkerProcess 7 months ago
runner.py mitogen: Support PEP 451 ModuleSpec API, required for Python 3.12 8 months ago
services.py ansible_mitogen: Handle AnsibleUnsafeText et al in Ansible >= 7 8 months ago
strategy.py ansible_mitogen: Standardise __future__ imports to match Ansible 3 years ago
target.py Remove vendored mitogen.compat.simplejson 2 years ago
transport_config.py Fix 'ansible_host_key_checking' and 'ansible_ssh_host_key_checking' for 7 months ago