A docker container using Debian 12 with Ansible installed for playbook and role testing.
1.3K
A docker container using Debian 12 with Ansible installed for playbook and role testing.
To build this docker container you can do the following.
$ git clone https://github.com/glillico/docker-debian12-ansible.git$ cd docker-debian12-ansible$ docker build -t debian12-ansible .How To Build section run the command.
$ docker run --detach --privileged --volume=/sys/fs/cgroup:/sys/fs/cgroup:rw --cgroupns=host debian12-ansible:latest$ docker exec --tty <CONTAINER ID> env TERM=xterm ansible --versionThis image is used for testing purposes only and is not intended to be used to provide live services of any sort.
MIT
Created in 2023 by Graham Lillico.
Content type
Image
Digest
sha256:438964c66…
Size
151.7 MB
Last updated
over 2 years ago
docker pull glillico/docker-debian12-ansible