{"id":24884265,"url":"https://github.com/dreknix/ansible-role-docker","last_synced_at":"2026-04-29T22:40:37.549Z","repository":{"id":55125388,"uuid":"522910393","full_name":"dreknix/ansible-role-docker","owner":"dreknix","description":"Ansible role for Docker and Docker compose","archived":false,"fork":false,"pushed_at":"2024-03-22T09:01:01.000Z","size":32,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-12T21:52:56.296Z","etag":null,"topics":["ansible","ansible-role","docker","docker-compose"],"latest_commit_sha":null,"homepage":"","language":"Jinja","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/dreknix.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}},"created_at":"2022-08-09T10:55:18.000Z","updated_at":"2023-06-11T07:10:02.000Z","dependencies_parsed_at":"2024-03-22T10:24:59.322Z","dependency_job_id":"e847559b-f5a4-4a67-a78e-1144c63433aa","html_url":"https://github.com/dreknix/ansible-role-docker","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/dreknix/ansible-role-docker","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dreknix%2Fansible-role-docker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dreknix%2Fansible-role-docker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dreknix%2Fansible-role-docker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dreknix%2Fansible-role-docker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dreknix","download_url":"https://codeload.github.com/dreknix/ansible-role-docker/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dreknix%2Fansible-role-docker/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279013127,"owners_count":26085232,"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","status":"online","status_checked_at":"2025-10-12T02:00:06.719Z","response_time":53,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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-role","docker","docker-compose"],"created_at":"2025-02-01T14:26:39.667Z","updated_at":"2025-10-12T21:52:58.802Z","avatar_url":"https://github.com/dreknix.png","language":"Jinja","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Ansible Role - Docker\n\nAnsible role for docker and docker-compose (based on\n[geerlingguy/ansible-role-docker](\nhttps://github.com/geerlingguy/ansible-role-docker)).\n\n## Install role via `roles/requirements.yml`\n\n### Read-Only copy\n\nConfigure the role as read-only copy:\n\n```yml\n---\n# Docker/Docker-Compose\n- src: https://github.com/dreknix/ansible-role-docker.git\n  scm: git\n  version: main\n  name: docker\n...\n```\n\nInstall the role:\n\n```console\n$ ansible-galaxy role install --force -r roles/requirements.yml\n```\n\n### Working copy\n\nConfigure the role as a working copy:\n\n```yml\n---\n# Docker/Docker-Compose\n- src: git@github.com:dreknix/ansible-role-docker.git\n  scm: git\n  version: main\n  name: docker\n...\n```\n\nInstall the working copy:\n\n```console\n$ ansible-galaxy role install --force --keep-scm-meta -r roles/requirements.yml\n```\n\n## Configure through Ansible Variables\n\nSee [`defaults/main.yml`](\nhttps://github.com/dreknix/ansible-role-docker/blob/main/defaults/main.yml)\n\n## Using in a Playbook\n\n```yaml\n---\n- name: Install Docker/Docker-Compose\n  hosts:\n    - docker\n  roles:\n    - role: docker\n      tags:\n        - docker\n...\n```\n\n## License\n\n[MIT](https://github.com/dreknix/ansible-role-docker/blob/main/LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdreknix%2Fansible-role-docker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdreknix%2Fansible-role-docker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdreknix%2Fansible-role-docker/lists"}