{"id":18597737,"url":"https://github.com/aem-design/docker-ansible-playbook","last_synced_at":"2026-05-02T02:33:51.009Z","repository":{"id":80556444,"uuid":"205109645","full_name":"aem-design/docker-ansible-playbook","owner":"aem-design","description":"image for running ansible playbooks without installing ansible","archived":false,"fork":false,"pushed_at":"2021-05-15T16:30:22.000Z","size":84,"stargazers_count":0,"open_issues_count":1,"forks_count":1,"subscribers_count":11,"default_branch":"master","last_synced_at":"2025-02-17T23:45:52.656Z","etag":null,"topics":["ansible","ansible-playbook","automation","best-practices","devops","docker"],"latest_commit_sha":null,"homepage":"http://aem.design","language":"Dockerfile","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/aem-design.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","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},"funding":{"patreon":"maxbarrass","open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"custom":null}},"created_at":"2019-08-29T07:47:58.000Z","updated_at":"2021-05-15T14:09:31.000Z","dependencies_parsed_at":"2023-10-25T16:46:31.085Z","dependency_job_id":null,"html_url":"https://github.com/aem-design/docker-ansible-playbook","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aem-design%2Fdocker-ansible-playbook","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aem-design%2Fdocker-ansible-playbook/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aem-design%2Fdocker-ansible-playbook/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aem-design%2Fdocker-ansible-playbook/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/aem-design","download_url":"https://codeload.github.com/aem-design/docker-ansible-playbook/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254544158,"owners_count":22088808,"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","ansible-playbook","automation","best-practices","devops","docker"],"created_at":"2024-11-07T01:29:14.640Z","updated_at":"2026-05-02T02:33:50.963Z","avatar_url":"https://github.com/aem-design.png","language":"Dockerfile","funding_links":["https://patreon.com/maxbarrass"],"categories":[],"sub_categories":[],"readme":"## CentOS 7 with Ansible-Playbook\n\n[![build](https://github.com/aem-design/docker-ansible-playbook/actions/workflows/build.yml/badge.svg?branch=centos7)](https://github.com/aem-design/docker-ansible-playbook/actions/workflows/build.yml) \n[![github license](https://img.shields.io/github/license/aem-design/ansible-playbook)](https://github.com/aem-design/ansible-playbook) \n[![github issues](https://img.shields.io/github/issues/aem-design/ansible-playbook)](https://github.com/aem-design/ansible-playbook) \n[![github last commit](https://img.shields.io/github/last-commit/aem-design/ansible-playbook)](https://github.com/aem-design/ansible-playbook) \n[![github repo size](https://img.shields.io/github/repo-size/aem-design/ansible-playbook)](https://github.com/aem-design/ansible-playbook) \n[![docker stars](https://img.shields.io/docker/stars/aemdesign/ansible-playbook)](https://hub.docker.com/r/aemdesign/ansible-playbook) \n[![docker pulls](https://img.shields.io/docker/pulls/aemdesign/ansible-playbook)](https://hub.docker.com/r/aemdesign/ansible-playbook) \n[![github release](https://img.shields.io/github/release/aem-design/ansible-playbook)](https://github.com/aem-design/ansible-playbook)\n\nThis is docker image based on CentOS 7 with Ansible-Playbook\n\n### Included Packages\n\nFollowing is the list of packages included\n\n| Package | Version | Notes  |\n| ---  | ---    | --- |\n| python | 3.6+ | for ansible |\n| pyaem2 | | for aem automation [pyaem](https://github.com/aem-design/pyaem2) |\n| ansible | | for running playbooks |\n| ansible-playbook | | for running playbooks |\n| docker-cli | | for running docker commands |\n\n### Usage\n\nTest out playbooks in current directory\n\n```bash\ndocker run  -it --entrypoint=\"\" -v $(pwd):/ansible/playbooks  aemdesign/ansible-playbook bash\n```\n\nAdvanced usage for configuring AEM instances on Docker Host using Ansible Playbook\n\n```bash\n\nLOCAL_IP=\"$(ipconfig | grep \"(Default Switch)\" -A 6 | grep \"IPv4 Address\" | head -n1 | awk -F \": \" '/1/ {print $2}')\"\nLOCAL_DOCKER_PORT=2376\nANSIBLE_PLAYBOOK=\"docker-localdev.yml\"\nANSIBLE_INVENTORY=\"inventory/localdev-docker\"\nANSIBLE_INCLUDE_TAGS=\"docker-container,aem-packages,aem-verify,aem-install-package-using-ansible,aem-license\"\n\nDOCKER_CONTAINER=\"aemdesign/ansible-playbook\"\n\nAUTHOR_ADDRESS=\"author01.aem.design\"\nPUBLISH_ADDRESS=\"publish01.aem.design\"\nPUBLISH_DISPATCHER_ADDRESS=\"dispatcher02.aem.design\"\nSELENIUMGRID_ADDRESS=\"seleniumgrid.aem.design\"\nSELENIUMGRIDCHROME1_ADDRESS=\"seleniumgridnodechrome1.aem.design\"\nSELENIUM_PORT=32768\n\n\nAUTHOR_HOST=${LOCAL_IP}\nPUBLISH_HOST=${LOCAL_IP}\nDISPATCHER_HOST=${LOCAL_IP}\nSELENIUM_HOST=${LOCAL_IP}\nDOCKER_HOST=${LOCAL_IP}\nDOCKER_PORT=${LOCAL_DOCKER_PORT}\n\ndocker run -it --rm -v $(pwd):/ansible/playbooks --entrypoint=\"\" --add-host $AUTHOR_ADDRESS:$AUTHOR_HOST --add-host $PUBLISH_ADDRESS:$PUBLISH_HOST --add-host $PUBLISH_DISPATCHER_ADDRESS:$DISPATCHER_HOST --add-host $SELENIUMGRID_ADDRESS:$DOCKER_HOST --add-host $SELENIUMGRIDCHROME1_ADDRESS:$SELENIUM_HOST $DOCKER_CONTAINER bash -c \"export ANSIBLE_LIBRARY=./library \u0026\u0026 ansible-playbook $ANSIBLE_PLAYBOOK -i $ANSIBLE_INVENTORY --extra-vars \"service_aem_host=$LOCAL_IP\" --tags=$ANSIBLE_INCLUDE_TAGS -e docker_host=tcp://$DOCKER_HOST:$DOCKER_PORT\"\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faem-design%2Fdocker-ansible-playbook","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faem-design%2Fdocker-ansible-playbook","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faem-design%2Fdocker-ansible-playbook/lists"}