Sign inSign up

thehedhly/ansible

By thehedhly

Updated over 1 year ago

A minimal ansible (community package) image for efficient infrastructure as code

Image
Security
Integration & delivery
Operating systems
0

2.0K

thehedhly/ansible repository overview

ansible

Ansible Logo

Build Docker build

Features

  • Builds a python based ansible (community package) docker image.

Usage

Run

ansible community package

docker run --rm -it ansible bash
docker run --rm -it ansible:<tag> bash
docker run --rm -it --mount type=bind,source=/home/<username>/<ansible-project-name>,target=/opt/<ansible-project-name> --mount type=bind,source=/home/<username>/.ssh,target=/home/<username>/.ssh,readonly <ansible| ansible:<tag>> bash

This project was created by H.Hedhly.

Tag summary

Content type

Image

Digest

sha256:cc47d6aed

Size

122.4 MB

Last updated

over 1 year ago

docker pull thehedhly/ansible