Skip to content

Latest commit

 

History

History
31 lines (24 loc) · 723 Bytes

README.md

File metadata and controls

31 lines (24 loc) · 723 Bytes

build Docker Hub

docker-ansible

Docker image with

  • azure-cli
  • ansible
  • ansible-galaxy
  • ansible-lint
  • curl
  • git
  • openssh-client
  • python3-hcloud
  • rsync

Usage

docker pull srsp/ansible-azure

Developers

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.

Build

docker build -f Dockerfile -t srsp/ansible-azure:latest .