Skip to content

This project builds up a container image with ansible runtime and Azure CLI

License

Notifications You must be signed in to change notification settings

mskarabot/ansible-azure-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Introduction

Deploy Preview Release to DockerHub

This project builds container image with Ansible, Azure CLI and Azure Ansible Collection on top of Ubuntu 20.04.

Get started

Using container image from DockerHub

Pull image from DockerHub

docker pull docker.io/skmi/ansible-azure-cli:latest

Use image for as local run-time

docker run -it --rm --name ansible-azure-cli -v /mnt/c/adev/workspace:/workspace -w="/workspace/" docker.io/skmi/ansible-azure-cli:latest

Manually build container image locally

Ubuntu

docker build docker/ubuntu -t ansible-azure-cli-ubuntu

Changelog

For version history and release notes, please visit here or look at the git history for more detailed information.