ansible / ansible-runner

A tool and python library that helps when interfacing with Ansible directly or as part of another system whether that be through a container image interface, as a standalone tool, or as a Python module that can be imported. The goal is to provide a stable and consistent interface abstraction to Ansible.
Other
967 stars 355 forks source link

Plugins to send events to external systems are archived #1384

Open gaelgatelement opened 3 months ago

gaelgatelement commented 3 months ago

Description

The docs https://ansible.readthedocs.io/projects/runner/en/stable/external_interface/ are explaining that we should use some referenced plugins (https://github.com/ansible/ansible-runner-http, https://github.com/ansible/ansible-runner-zeromq etc) to send events to external systems.

These plugins projects are all archived. Have they been deprecated ? Have they been replaced by a new system ?

Thanks

Shrews commented 3 months ago

Those plugin projects were created as examples by the original authors of ansible-runner and are not a part of the "official" runner product. I actually have no idea if they still work, though I suspect they might since that portion of the runner code has not been significantly altered, AFAIA. What probably needs to be done here is move those examples into the runner project itself, or possibly create an entirely new example, where we could maintain it and incorporate it into our testing CI.