A minimal ansible (community package) image for efficient infrastructure as code
2.0K
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.
Content type
Image
Digest
sha256:cc47d6aed…
Size
122.4 MB
Last updated
over 1 year ago
docker pull thehedhly/ansible