{"id":15878784,"url":"https://github.com/darkwizard242/docker-ansible","last_synced_at":"2026-01-24T08:02:08.635Z","repository":{"id":40346093,"uuid":"206913810","full_name":"darkwizard242/docker-ansible","owner":"darkwizard242","description":"Ansible pre-installed docker images to support for molecule and other requirements.","archived":false,"fork":false,"pushed_at":"2024-06-04T22:55:22.000Z","size":86,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-16T06:32:56.600Z","etag":null,"topics":["ansible","docker","docker-ansible","docker-container","docker-images","dockerfiles","molecule"],"latest_commit_sha":null,"homepage":"https://hub.docker.com/r/darkwizard242/ansible","language":"Dockerfile","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/darkwizard242.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-09-07T04:09:43.000Z","updated_at":"2024-07-10T00:52:58.000Z","dependencies_parsed_at":"2024-03-25T23:51:00.444Z","dependency_job_id":null,"html_url":"https://github.com/darkwizard242/docker-ansible","commit_stats":null,"previous_names":[],"tags_count":12,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/darkwizard242%2Fdocker-ansible","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/darkwizard242%2Fdocker-ansible/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/darkwizard242%2Fdocker-ansible/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/darkwizard242%2Fdocker-ansible/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/darkwizard242","download_url":"https://codeload.github.com/darkwizard242/docker-ansible/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247332545,"owners_count":20921853,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["ansible","docker","docker-ansible","docker-container","docker-images","dockerfiles","molecule"],"created_at":"2024-10-06T02:41:51.405Z","updated_at":"2026-01-24T08:02:03.597Z","avatar_url":"https://github.com/darkwizard242.png","language":"Dockerfile","readme":"# docker-ansible\n\n[![docker-ansible-master-build](https://github.com/darkwizard242/docker-ansible/workflows/docker-ansible-master-build/badge.svg?branch=master)](https://github.com/darkwizard242/docker-ansible/actions?query=workflow%3Adocker-ansible-master-build) ![Docker Pulls](https://img.shields.io/docker/pulls/darkwizard242/ansible?color=yellow) ![GitHub](https://img.shields.io/github/license/darkwizard242/docker-ansible)\n\nDocker images that contains ansible and/or any pre-requistes installed within the images. Purpose of these container images is to provide users with easy to use ansible docker containers as well as for easily ready images for facilitating molecule testing of ansible roles during development.\n\n## Supported tags and Dockerfile:\n\nFor Ubuntu 24.04 (noble), docker tag and Dockerfile:\n\n- [ubuntu-24.04](https://github.com/darkwizard242/docker-ansible/blob/master/ubuntu-24.04/Dockerfile)\n\nFor Ubuntu 22.04 (jammy), docker tag and Dockerfile:\n\n- [ubuntu-22.04](https://github.com/darkwizard242/docker-ansible/blob/master/ubuntu-22.04/Dockerfile)\n\nFor Ubuntu 20.04 (focal), docker tag and Dockerfile:\n\n- [ubuntu-20.04](https://github.com/darkwizard242/docker-ansible/blob/master/ubuntu-20.04/Dockerfile)\n\nFor Ubuntu 18.04 (bionic), docker tag and Dockerfile:\n\n- [ubuntu-18.04](https://github.com/darkwizard242/docker-ansible/blob/master/ubuntu-18.04/Dockerfile)\n\nFor Ubuntu 16.04 (xenial), docker tag and Dockerfile:\n\n- [ubuntu-16.04](https://github.com/darkwizard242/docker-ansible/blob/master/ubuntu-16.04/Dockerfile)\n\nFor Rocky Linux 8, docker tag and Dockerfile:\n\n- [rockylinux-8](https://github.com/darkwizard242/docker-ansible/blob/master/rockylinux-8/Dockerfile)\n\nFor CentOS 8, docker tag and Dockerfile:\n\n- [centos-8](https://github.com/darkwizard242/docker-ansible/blob/master/centos-8/Dockerfile)\n\nFor CentOS 7, docker tag and Dockerfile:\n\n- [centos-7](https://github.com/darkwizard242/docker-ansible/blob/master/centos-7/Dockerfile)\n\nFor Debian 11 (bullseye), docker tag and Dockerfile:\n\n- [debian-buster](https://github.com/darkwizard242/docker-ansible/blob/master/debian-bullseye/Dockerfile)\n\nFor Debian 10 (buster), docker tag and Dockerfile:\n\n- [debian-buster](https://github.com/darkwizard242/docker-ansible/blob/master/debian-buster/Dockerfile)\n\nFor Debian 9 (stretch), docker tag and Dockerfile:\n\n- [debian-stretch](https://github.com/darkwizard242/docker-ansible/blob/master/debian-stretch/Dockerfile)\n\nFor Debian 8 (jessie), docker tag and Dockerfile:\n\n- [debian-jessie](https://github.com/darkwizard242/docker-ansible/blob/master/debian-jessie/Dockerfile)\n\n## How to use:\n\nSimply, pull the docker image using whichever tag you prefer or run it directly.\n\n### Ubuntu 24.04:\n\n```shell\ndocker run -it darkwizard242/ansible:ubuntu-22.04 /bin/bash\n```\n\n### Ubuntu 22.04:\n\n```shell\ndocker run -it darkwizard242/ansible:ubuntu-22.04 /bin/bash\n```\n\n### Ubuntu 20.04:\n\n```shell\ndocker run -it darkwizard242/ansible:ubuntu-20.04 /bin/bash\n```\n\n### Ubuntu 18.04:\n\n```shell\ndocker run -it darkwizard242/ansible:ubuntu-18.04 /bin/bash\n```\n\n### Ubuntu 16.04:\n\n```shell\ndocker run -it darkwizard242/ansible:ubuntu-16.04 /bin/bash\n```\n\n### Rocky Linux 8:\n\n```shell\ndocker run -it darkwizard242/ansible:rockylinux-8 /bin/bash\n```\n\n### CentOS 8:\n\n```shell\ndocker run -it darkwizard242/ansible:centos-8 /bin/bash\n```\n\n### CentOS 7:\n\n```shell\ndocker run -it darkwizard242/ansible:centos-7 /bin/bash\n```\n\n### Debain 11 (Bullseye):\n\n```shell\ndocker run -it darkwizard242/ansible:debian-bullseye /bin/bash\n```\n\n### Debain 10 (Buster):\n\n```shell\ndocker run -it darkwizard242/ansible:debian-buster /bin/bash\n```\n\n### Debain 9 (Stretch):\n\n```shell\ndocker run -it darkwizard242/ansible:debian-stretch /bin/bash\n```\n\n### Debain 8 (Jessie):\n\n```shell\ndocker run -it darkwizard242/ansible:debian-jessie /bin/bash\n```\n\n## Author:\n\nCreated by [Ali Muhammad](https://www.alimuhammad.dev/), a DevOps/CloudOps Engineer who loves to learn and contribute to Open Source community.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdarkwizard242%2Fdocker-ansible","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdarkwizard242%2Fdocker-ansible","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdarkwizard242%2Fdocker-ansible/lists"}