{"id":15326767,"url":"https://github.com/ecshreve/ansible-role-docker","last_synced_at":"2026-05-04T22:36:15.438Z","repository":{"id":172092709,"uuid":"648790051","full_name":"ecshreve/ansible-role-docker","owner":"ecshreve","description":"minimal ansible role to install docker on a ubuntu host","archived":false,"fork":false,"pushed_at":"2023-09-27T17:35:57.000Z","size":12,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-27T14:52:45.833Z","etag":null,"topics":["ansible","ansible-galaxy","ansible-role","docker"],"latest_commit_sha":null,"homepage":"https://galaxy.ansible.com/ecshreve/docker","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ecshreve.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2023-06-02T20:24:51.000Z","updated_at":"2023-12-22T00:54:57.000Z","dependencies_parsed_at":"2023-09-27T23:27:36.933Z","dependency_job_id":null,"html_url":"https://github.com/ecshreve/ansible-role-docker","commit_stats":{"total_commits":14,"total_committers":1,"mean_commits":14.0,"dds":0.0,"last_synced_commit":"91212b9d44d549a2c5efd4faf4b6ed511037681d"},"previous_names":["ecshreve/ansible-role-docker"],"tags_count":6,"template":false,"template_full_name":null,"purl":"pkg:github/ecshreve/ansible-role-docker","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecshreve%2Fansible-role-docker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecshreve%2Fansible-role-docker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecshreve%2Fansible-role-docker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecshreve%2Fansible-role-docker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ecshreve","download_url":"https://codeload.github.com/ecshreve/ansible-role-docker/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecshreve%2Fansible-role-docker/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266375721,"owners_count":23919614,"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-07-21T11:47:31.412Z","response_time":64,"last_error":null,"robots_txt_status":null,"robots_txt_updated_at":null,"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-galaxy","ansible-role","docker"],"created_at":"2024-10-01T09:36:52.643Z","updated_at":"2026-05-04T22:36:15.409Z","avatar_url":"https://github.com/ecshreve.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"ansible role ecshreve.docker\n=========\n\n[![Galaxy Release](https://github.com/ecshreve/ansible-role-docker/actions/workflows/galaxy-release.yml/badge.svg)](https://github.com/ecshreve/ansible-role-docker/actions/workflows/galaxy-release.yml)\n\nminimal role to install docker on a ubuntu host\n\nRequirements\n------------\n\nNone\n\nDependencies\n------------\n\nNone\n\nRole Variables\n--------------\n\n```yaml \ndocker_ce_package: \"docker-ce\"\n```\nThe name of the docker package to install. This can be used to install a specific version of docker.\n\n\n```yaml\ndocker_daemon_options: {}\n```\nCustom `dockerd` options can be configured through this dictionary representing the json file `/etc/docker/daemon.json`.\n\n```yaml\nmanage_docker_service: true\n```\nWhether or not to manage the docker service. If set to `false`, the docker service will not be restarted when the configuration changes.\n\n\nExample Playbook\n----------------\n\n```yaml\n- hosts: all\n  vars:\n    docker_ce_package: \"docker-ce=5:23.0.1-1~ubuntu.20.04~focal\"\n    manage_docker_service: true\n    docker_daemon_options:\n      insecure-registries:\n        - \"registry.example.com\"\n        - \"registry.example.com:5000\"\n  roles:\n    - ecshreve.docker\n```\n\nLicense\n-------\n\nMIT\n\nAuthor Information\n------------------\n\nThis role was created in 2023 by [Eric Shreve](github.com/eshreve)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fecshreve%2Fansible-role-docker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fecshreve%2Fansible-role-docker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fecshreve%2Fansible-role-docker/lists"}