{"id":23526199,"url":"https://github.com/magna-z/ansible-role-docker","last_synced_at":"2026-04-18T06:38:17.305Z","repository":{"id":101837926,"uuid":"579611215","full_name":"magna-z/ansible-role-docker","owner":"magna-z","description":"Install and configure Docker Engine.","archived":false,"fork":false,"pushed_at":"2023-10-27T22:03:36.000Z","size":7,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-14T09:51:41.762Z","etag":null,"topics":["ansible","ansible-role","docker","docker-engine","dockerd"],"latest_commit_sha":null,"homepage":"https://docker.io","language":null,"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/magna-z.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}},"created_at":"2022-12-18T09:24:35.000Z","updated_at":"2023-11-12T16:09:32.000Z","dependencies_parsed_at":null,"dependency_job_id":"45a371b4-4315-4387-8dc7-991b5ec375b5","html_url":"https://github.com/magna-z/ansible-role-docker","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/magna-z/ansible-role-docker","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/magna-z%2Fansible-role-docker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/magna-z%2Fansible-role-docker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/magna-z%2Fansible-role-docker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/magna-z%2Fansible-role-docker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/magna-z","download_url":"https://codeload.github.com/magna-z/ansible-role-docker/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/magna-z%2Fansible-role-docker/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31959883,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-18T00:39:45.007Z","status":"online","status_checked_at":"2026-04-18T02:00:07.018Z","response_time":103,"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-engine","dockerd"],"created_at":"2024-12-25T19:44:55.273Z","updated_at":"2026-04-18T06:38:17.289Z","avatar_url":"https://github.com/magna-z.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"docker\n---\n\nInstall and configure Docker Engine.\n\n\n### Links\n- \u003chttps://docker.io\u003e\n- \u003chttps://docs.docker.com/engine/install/\u003e\n\n\n### Variables\n- **`docker_apt_repository`** *(type=dict, mandatory)* - Object with struct `{repo_url: \"\", repo_branch: \"stable|test|edge\", key_url: \"\", key_id: \"\"}`. See [examples](#examples).\n\n- **`docker_network_manage`** *(type=bool, default=true)* - Allow `dockerd` manage network on host. Else `dockerd` started with `--iptables=false --ip-forward=false --ip-masq=false` for create containers only with `--network=host`.\n- **`docker_internal_network`** *(type=string, default=\"\")* - Additional Docker network with resolving containers by name (resolving no available in default `bridge`). Only if `docker_network_manage: true`.\n\n- **`docker_registry_mirrors`** *(type=list, default=[])* - Docker registry mirrors adding in `/etc/docker/daemon.json`.\n- **`docker_registry_credentials`** *(type=list, default=[])* - List of objects with struct `{registry: \"\", username: \"\", password: \"\"}`. See [examples](#examples).\n\n- **`docker_daemon_force_restart`** *(type=bool, default=false)* - Force restart `dockerd` when any containers is running.\n\n\n### Examples\n```yaml\n# debian global\ndocker_apt_repository:\n  repo_url: https://download.docker.com/linux/debian\n  key_url: https://download.docker.com/linux/debian/gpg\n\n# ubuntu global\ndocker_apt_repository:\n  repo_url: https://download.docker.com/linux/ubuntu\n  key_url: https://download.docker.com/linux/ubuntu/gpg\n\ndocker_registry_credentials:\n  - registry: https://index.docker.io/v1/\n    username: DOCKERHUB_USERNAME\n    password: DOCKERHUB_PASSWORD\n\ndocker_internal_network: internal\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmagna-z%2Fansible-role-docker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmagna-z%2Fansible-role-docker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmagna-z%2Fansible-role-docker/lists"}