Sign inSign up

gcavalcante8808/ansible

By gcavalcante8808

Updated almost 9 years ago

Docker Image for Ansible based on debian:jessie official image.

Image
1

4.0K

gcavalcante8808/ansible repository overview

Ansible Container

This is a gcavalcante8808/ansible docker image with Ansible Installed. it's Base on Debian:jessie official image.

Build the image

    docker build -t gcavalcante8808/ansible .

If you want to build an image with a specific version of ansible (2.1 in the sample), you can do the following:

    docker build --build-arg ANSBILE_VERSION=2.1 -t gcavalcante8808/ansible:2.1 . 

Usage

    docker run \
    -d \
    --name ansible \
    gcavalcante8808/ansible

After that, you can access the container and run ansible-playbook and other commands through the following way:

    docker exec -it ansible bash

Author

Author: Gabriel Abdalla Cavalcante Silva ([email protected])

Tag summary

Content type

Image

Digest

Size

245.1 MB

Last updated

almost 9 years ago

docker pull gcavalcante8808/ansible:2.4.1.0