https://github.com/srsp/docker-ansible-azure
Docker image with ansible and azure cli
https://github.com/srsp/docker-ansible-azure
Last synced: 2 months ago
JSON representation
Docker image with ansible and azure cli
- Host: GitHub
- URL: https://github.com/srsp/docker-ansible-azure
- Owner: srsp
- License: apache-2.0
- Created: 2023-11-03T04:59:11.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2026-01-28T06:15:24.000Z (5 months ago)
- Last Synced: 2026-02-19T13:43:40.837Z (4 months ago)
- Language: Dockerfile
- Size: 27.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

[](https://hub.docker.com/r/srsp/ansible-azure)
# docker-ansible-azure
Docker image with
* azure-cli
* ansible
* ansible-galaxy
* ansible-lint
* curl
* git
* openssh-client
* python3-hcloud
* rsync
## Usage
```bash
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
```bash
docker build -f Dockerfile -t srsp/ansible-azure:latest .
```