Sign inSign up

rajdeol/ansible

By rajdeol

Updated over 5 years ago

Ansible on Ubuntu 18.04

Image
0

230

rajdeol/ansible repository overview

Dockerfile of Ansible image

This docker image is availabe on my Docker Hub page https://hub.docker.com/r/rajdeol/ansible You can build this image by running the following command:

Docker build --force-rm --pull -t ansible-local .

We have tagged the build image as ansible-local Once build you can run the image and use the ansible command to see the version of ansible:

docker run --rm ansible-local ansible --version

Command to run a playbook

docker run --rm rajdeol/ansible ansible-playbook my-playbook-path.yml

Tag summary

Content type

Image

Digest

Size

221.6 MB

Last updated

over 5 years ago

docker pull rajdeol/ansible