{"id":18472827,"url":"https://github.com/iamenr0s/ansible-role-docker","last_synced_at":"2026-05-08T06:43:28.189Z","repository":{"id":56625251,"uuid":"277002959","full_name":"iamenr0s/ansible-role-docker","owner":"iamenr0s","description":"Install docker on your Raspberry (64 bit architecture)","archived":false,"fork":false,"pushed_at":"2024-03-21T00:26:19.000Z","size":35,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-16T19:18:10.894Z","etag":null,"topics":["ansible","arm64","docker","playbook","raspberry-pi","ubuntu"],"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/iamenr0s.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","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":"2020-07-03T23:19:24.000Z","updated_at":"2024-03-21T00:26:23.000Z","dependencies_parsed_at":"2024-03-21T01:30:29.661Z","dependency_job_id":"c052ca39-0995-490f-8e14-82fa5685729b","html_url":"https://github.com/iamenr0s/ansible-role-docker","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iamenr0s%2Fansible-role-docker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iamenr0s%2Fansible-role-docker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iamenr0s%2Fansible-role-docker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iamenr0s%2Fansible-role-docker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/iamenr0s","download_url":"https://codeload.github.com/iamenr0s/ansible-role-docker/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253805813,"owners_count":21967050,"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","arm64","docker","playbook","raspberry-pi","ubuntu"],"created_at":"2024-11-06T10:22:39.559Z","updated_at":"2025-10-15T15:13:19.943Z","avatar_url":"https://github.com/iamenr0s.png","language":"Jinja","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Build Status](https://travis-ci.com/enr0s/ansible-role-docker.svg?branch=master)](https://travis-ci.com/enr0s/ansible-role-docker)\n![.github/workflows/molecule.yml](https://github.com/enr0s/ansible-role-docker/workflows/.github/workflows/molecule.yml/badge.svg)\n[![quality](https://img.shields.io/ansible/quality/49709)](https://galaxy.ansible.com/enr0s/ansible-role-docker)\n![LICENSE](https://img.shields.io/github/license/enr0s/ansible-role-docker)\n\nAnsible Role Docker\n=========\n\nInstall docker on your Raspberry (64 bit architecture).\n\nRole Variables\n--------------\n\nrun_not_in_container - the variable is used to skip some tasks during molecule test. For example, the /etc/hosts file is crucial for Docker's linking system and it should only be manipulated manually at the image level, rather than the container level.\n\n[https://docs.docker.com/network/links/#updating-the-etchosts-file]\n\n```\n# Edition can be one of: 'ce' (Community Edition) or 'ee' (Enterprise Edition).\ndocker_prerequisite_packages:\n  - apt-transport-https\n  - ca-certificates\n  - curl\n  - gnupg-agent\n  - software-properties-common\n  - jq\ndocker_edition: 'ce'\ndocker_packages:\n  - \"docker-{{ docker_edition }}\"\n  - \"docker-{{ docker_edition }}-cli\"\n  - containerd.io\n```\nDocker installation options\n```\ndocker_apt_release_channel: stable\ndocker_apt_repository: \"deb [arch={{ ansible_architecture | replace('x86_64','amd64') | replace ('aarch64','arm64') }}] https://download.docker.com/linux/{{ ansible_distribution | lower }} {{ ansible_distribution_release }} {{ docker_apt_release_channel }}\"\ndocker_apt_gpg_key: https://download.docker.com/linux/{{ ansible_distribution | lower }}/gpg\n```\nDocker users\n```\ndocker_users: ['ubuntu']\n```\n\nDependencies\n------------\n\n```\nansible-galaxy install -r requirements.yml\n```\n\nExample Playbook\n----------------\n\nIncluding an example of how to use your role (for instance, with variables passed in as parameters) is always nice for users too:\n\n```\n  ---\n  - hosts: all\n    roles:\n      - {role: ansible-role-bootstra, run_not_in_container: True }\n```\n\nLicense\n-------\n\nApache-2.0\n\n\nAuthor Information\n------------------\n\n[https://blog.enros.me]\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fiamenr0s%2Fansible-role-docker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fiamenr0s%2Fansible-role-docker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fiamenr0s%2Fansible-role-docker/lists"}