1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27
|
Ansible Runner
==============
[](https://pypi.org/project/ansible-runner/)
[](https://ansible-runner.readthedocs.io/en/latest/)
[](https://docs.ansible.com/ansible/latest/community/code_of_conduct.html)
[](https://codecov.io/gh/ansible/ansible-runner)
Ansible Runner is a tool and Python library that helps when interfacing with Ansible directly or as part of another system. Ansible Runner works as a standalone tool, a container image interface, or a Python module that can be imported. The goal is to provide a stable and consistent interface abstraction to Ansible.
See the [latest documentation] for usage details.
Get Involved
------------
* [GitHub issues] to track bug report and feature ideas
* [GitHub Milestones] to track what's for the next release
* Want to contribute? Please check out our [contributing guide]
* Visit the [Community] section of the docs.
* See the [Ansible communication guide] for complete information about getting in touch.
[GitHub issues]: https://github.com/ansible/ansible-runner/issues
[GitHub Milestones]: https://github.com/ansible/ansible-runner/milestones
[contributing guide]: https://github.com/ansible/ansible-runner/blob/devel/CONTRIBUTING.md
[Community]: https://ansible.readthedocs.io/projects/runner/en/latest/community/
[Ansible communication guide]: https://docs.ansible.com/ansible/devel/community/communication.html
[latest documentation]: https://ansible.readthedocs.io/projects/runner/en/latest/
|