No description
  • Python 99.9%
  • Dockerfile 0.1%
Find a file
dependabot[bot] 10877499de
Bump pygments from 2.18.0 to 2.20.0 in /docs (#1501)
Bumps [pygments](https://github.com/pygments/pygments) from 2.18.0 to 2.20.0.
- [Release notes](https://github.com/pygments/pygments/releases)
- [Changelog](https://github.com/pygments/pygments/blob/master/CHANGES)
- [Commits](https://github.com/pygments/pygments/compare/2.18.0...2.20.0)

---
updated-dependencies:
- dependency-name: pygments
  dependency-version: 2.20.0
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-03-30 14:55:39 -04:00
.github docs: update readthedocs.io URLs to docs.ansible.com equivalents (#1473) 2025-11-18 12:20:29 +00:00
demo Correctly define localhost in inventory 2021-09-16 17:06:21 -04:00
docs Bump pygments from 2.18.0 to 2.20.0 in /docs (#1501) 2026-03-30 14:55:39 -04:00
src/ansible_runner Fix container --tty detection in subprocess mode (#1306) 2026-02-19 07:24:05 -05:00
test Fix container --tty detection in subprocess mode (#1306) 2026-02-19 07:24:05 -05:00
.cherry_picker.toml Add 🍒 2021-08-05 12:10:59 -04:00
.coveragerc No code coverage of test code (#989) 2022-02-07 18:19:47 +01:00
.dockerignore Switch to multi-stage builds using ansible/python-builder 2020-12-15 10:28:20 -05:00
.git_archival.txt Drop pbr in favor of setuptools_scm (#1234) 2023-04-26 17:56:33 -05:00
.gitattributes Drop pbr in favor of setuptools_scm (#1234) 2023-04-26 17:56:33 -05:00
.gitignore Fix bug with sandboxing with values from env/settings (#978) 2022-01-27 18:57:34 +00:00
.pre-commit-config.yaml Add config for pre-commit framework (see http://pre-commit.com) 2020-05-08 13:18:33 -04:00
.readthedocs.yaml Update RTD build image (#1498) 2026-03-30 13:01:13 -04:00
.yamllint 🧪 Request that YAML sequences are consistent 2025-04-17 14:17:30 +02:00
CODEOWNERS Add CODEOWNERS file 2021-08-24 08:53:20 -04:00
CONTRIBUTING.md docs: update readthedocs.io URLs to docs.ansible.com equivalents (#1473) 2025-11-18 12:20:29 +00:00
LICENSE.md Adding license 2018-04-02 14:15:27 -04:00
MANIFEST.in 📦 Fix setuptools-scm warnings on git archival (#1492) 2026-03-06 10:40:19 -05:00
pyproject.toml docs: update readthedocs.io URLs to docs.ansible.com equivalents (#1473) 2025-11-18 12:20:29 +00:00
pytest.ini Move pytest coverage to toxconfig (#1241) 2023-05-02 07:37:34 -07:00
README.md docs: update readthedocs.io URLs to docs.ansible.com equivalents (#1473) 2025-11-18 12:20:29 +00:00
SECURITY.md Create SECURITY.md (#1010) 2022-02-28 16:18:16 +00:00
tox.ini Migrate setup.cfg to pyproject.toml (#1456) 2025-10-07 16:58:48 -04:00

Ansible Runner

PyPi Documentation Code of Conduct codecov

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