Sign inSign up

devture/ansible

By devture

Updated over 1 year ago

Image containing an up-to-date version of Ansible

Image
2

100K+

devture/ansible repository overview

The goal of this project is to provide an up-to-date version of Ansible that people can run in a (Docker) container.

This project was created for spantaleev/matrix-docker-ansible-deploy (see Using Ansible via Docker).

Using

cd /some/ansible-project

docker run -it --rm \
-w /work \
-v `pwd`:/work \
-v $HOME/.ssh/id_rsa:/root/.ssh/id_rsa:ro \
--entrypoint=/bin/sh \
devture/ansible:latest

You can execute ansible-playbook commands as per normal now.

Tag summary

Content type

Image

Digest

sha256:8c35ea1a2

Size

102 MB

Last updated

over 1 year ago

docker pull devture/ansible