No description
  • Python 99.9%
  • Dockerfile 0.1%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
David Shrewsbury 43df3efc6e
[ci]: Fix container usage in tests (#1524)
The `integration-devel` tests were not taking advantage of the pre-built
container image that is specified by RUNNER_TEST_IMAGE_NAME, so it was
not being reused.

The `container_image_devel` test fixture, meant for the Ansible core
integration tests, wasn't properly being used because it was still
honoring RUNNER_TEST_IMAGE_NAME. We had a mixed testing state where
these tests DO work correctly for `integration-devel` since it wasn't
receiving that env var, but for the other `integration` tests, they
were not functioning correctly. This set of changes should make the
testing world right again.
2026-07-22 15:25:00 -04:00
.github [ci]: Fix container usage in tests (#1524) 2026-07-22 15:25:00 -04:00
demo Correctly define localhost in inventory 2021-09-16 17:06:21 -04:00
docs Bump cryptography from 46.0.7 to 48.0.1 in /docs (#1515) 2026-06-22 09:33:48 -04:00
src/ansible_runner CI test fixes: update Python for test container and add image prune retry (#1517) 2026-07-21 09:16:59 -04:00
test [ci]: Fix container usage in tests (#1524) 2026-07-22 15:25:00 -04: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