A docker container using Debian 9 with Ansible installed for playbook and role testing.
10K+
DEPRECATED - Debian 9 is End Of Life (EOL) as of June 30th 2022. For alternatives please see the below.
A docker container using Debian 9 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-debian9-ansible.git$ cd docker-debian9-ansible$ docker build -t debian9-ansible .How To Build section run the command.
$ docker run --detach --privileged --volume=/sys/fs/cgroup:/sys/fs/cgroup:ro debian9-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 2020 by Graham Lillico.
Content type
Image
Digest
sha256:07bdc323c…
Size
232.2 MB
Last updated
almost 4 years ago
docker pull glillico/docker-debian9-ansible