{"id":24653871,"url":"https://github.com/joshbeard/docker-ansible","last_synced_at":"2026-04-12T20:49:19.859Z","repository":{"id":37529397,"uuid":"456623613","full_name":"joshbeard/docker-ansible","owner":"joshbeard","description":"Docker image with Ansible from pip","archived":false,"fork":false,"pushed_at":"2024-10-28T13:45:49.000Z","size":90,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-16T01:48:21.569Z","etag":null,"topics":["ansible","docker","docker-image","dockerfile"],"latest_commit_sha":null,"homepage":"https://hub.docker.com/r/joshbeard/ansible","language":"Dockerfile","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"0bsd","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/joshbeard.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":"2022-02-07T18:15:30.000Z","updated_at":"2024-06-27T06:27:31.000Z","dependencies_parsed_at":"2023-11-16T08:25:28.428Z","dependency_job_id":"2778a094-7f7a-4c20-81ae-bee43ecfe76f","html_url":"https://github.com/joshbeard/docker-ansible","commit_stats":null,"previous_names":[],"tags_count":19,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joshbeard%2Fdocker-ansible","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joshbeard%2Fdocker-ansible/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joshbeard%2Fdocker-ansible/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joshbeard%2Fdocker-ansible/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/joshbeard","download_url":"https://codeload.github.com/joshbeard/docker-ansible/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244717347,"owners_count":20498283,"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-image","dockerfile"],"created_at":"2025-01-25T21:14:21.796Z","updated_at":"2026-04-12T20:49:14.833Z","avatar_url":"https://github.com/joshbeard.png","language":"Dockerfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ansible\n\nA Docker image with [Ansible](https://www.ansible.com/) installed from\n[pip](https://pypi.org/project/ansible/) and a few helpful dependencies.\n\nThis image is built from the [python:3.x-slim](https://hub.docker.com/_/python)\nimage.\n\n* DockerHub image: `joshbeard/ansible`\n* GitHub image: `ghcr.io/joshbeard/ansible`\n\n## Project Resources\n\n* Source Repository: \u003chttps://github.com/joshbeard/docker-ansible\u003e\n* `Dockerfile`: \u003chttps://github.com/joshbeard/docker-ansible/blob/master/Dockerfile\u003e\n* Docker Hub: \u003chttps://hub.docker.com/r/joshbeard/ansible\u003e\n\n## Tags\n\n* `10.1.0`, `10`, `latest` (current)\n* `9.7.0`, `9` (end of life November 2024)\n* [See all tags](https://hub.docker.com/r/joshbeard/ansible/tags)\n\nRefer to the [Tag End of Life and Deletion](#tag-end-of-life-and-deletion)\nsection below for information about deprecated image tags.\n\n### Ansible Release Notes\n\n* [Ansible v10 Release Notes](https://github.com/ansible-community/ansible-build-data/blob/main/10/CHANGELOG-v10.rst)\n* [Ansible v9 Release Notes](https://github.com/ansible-community/ansible-build-data/blob/main/9/CHANGELOG-v9.rst)\n* [Ansible Releases and Maintenance](https://docs.ansible.com/ansible/latest/reference_appendices/release_and_maintenance.html)\n* [Ansible Announcements Google Group](https://groups.google.com/g/ansible-announce)\n* [Ansible package on PyPI](https://pypi.org/project/ansible/)\n\n## Running\n\nThe following example demonstrates providing a private SSH key to use with\nAnsible and running a playbook:\n\n```shell\ndocker run --rm -it \\\n  -v ansible-ssh-private-key:/home/ansible/.ssh/id_rsa \\\n  -v ${PWD}:/playbook \\\n  -w /playbook \\\n  joshbeard/ansible:latest \\\n  ansible-playbook -i inventory.ini site.yml\n```\n\nA user named `ansible` is created with a UID/GID of `1055` and a home directory\nat `/home/ansible`.\n\n## Maintainers\n\n* Josh Beard, \u003chttps://joshbeard.me\u003e\n\n## Tag End of Life and Deletion\n\nThis Docker image will maintain tags that are supported upstream, as\nlisted in the [Ansible Releases and Maintenance](https://docs.ansible.com/ansible/latest/reference_appendices/release_and_maintenance.html)\ndocument.\n\nThe following tags are for versions that have reached end of life and will be\n[automatically](https://github.com/joshbeard/docker-hub-tag-delete) deleted on\nthe specified date.\n\n\u003c!-- BEGIN deletion_table --\u003e\n| Tag        | Deletion Date\n| ---------- | ----------------------\n| `8`, `8.*` | November 30, 2024\n| `9`, `9.*` | November 30, 2024\n\u003c!-- END deletion_table --\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjoshbeard%2Fdocker-ansible","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjoshbeard%2Fdocker-ansible","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjoshbeard%2Fdocker-ansible/lists"}