Ansible Docker Container
I wanted to run Ansible to connect to a server, but I didn’t want to install it on my machine and I didn’t want to maintain a docker image by myself, so searching the web I found this image available alpine/ansible.
The docs on the page describe some alias commands that you can add to your local environment, making it easier to run the ansible
and ansible-playbook
commands.