Docker image with
- azure-cli
- ansible
- ansible-galaxy
- ansible-lint
- curl
- git
- openssh-client
- python3-hcloud
- rsync
docker pull srsp/ansible-azure
This image uses srsp/ansible
as base image and installs the latest azure-cli
package. I build new releases on a regular basis and publish them to docker hub.
docker build -f Dockerfile -t srsp/ansible-azure:latest .