This image is no longer maintained. Please try the new image:
https://ansible.readthedocs.io/projects/dev-tools/container/
This is a container (execution environment) aimed towards being used for the development and testing of the Ansible content. We should also mention that this container must not be used in production by Ansible users.
It includes:
Among its main consumers, we can mention ansible-navigator and vscode-ansible extension.
We use taskfile as build tool, so you should run
task -l
to list available. If you run just task
, it will run the default
set of build tasks. If these are passing, you are ready to open a pull request
with your changes.