Toolset bundles Ansible developing and testing tools in a single container.
# or use podman instead of docker if you wish
docker run -it quay.io/ansible/toolset
Generally the containers should bundle the latest stable versions of the tools below. An exact list can be seen in requirements.txt file used for building the container.
- ansible
- ansible-lint
- molecule and most of its plugins
- pytest and several of its plugins
- yamllint which is used by ansible-lint itself.