python:3-alpine
-based dockerization of ansible, ansible-runner, and molecule
As the wikipedia article says:
Ansible is an open-source software provisioning, configuration management, and application-deployment tool enabling infrastructure as code.
The source code for this image is hosted on GitHub in the backplane/conex repo.
The following tools are available in the container:
ansible
ansible-community
ansible-config
ansible-connection
ansible-console
ansible-doc
ansible-galaxy
ansible-inventory
ansible-playbook
ansible-pull
ansible-runner
ansible-test
ansible-vault
molecule
These can be invoked as commands to the container, for example:
docker run --rm -it --volume "$(pwd):/work" backplane/ansible ansible-config -h