{"id":16961068,"url":"https://github.com/ricsanfre/ansible-role-docker","last_synced_at":"2026-04-29T22:42:45.742Z","repository":{"id":48058468,"uuid":"394321827","full_name":"ricsanfre/ansible-role-docker","owner":"ricsanfre","description":"Docker Ansible Role. It intalls docker and docker-compose","archived":false,"fork":false,"pushed_at":"2024-12-21T12:00:13.000Z","size":16,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-21T15:51:28.847Z","etag":null,"topics":["ansible","docker","docker-compose","role","ubuntu"],"latest_commit_sha":null,"homepage":"https://galaxy.ansible.com/ricsanfre/docker","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/ricsanfre.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":"2021-08-09T14:25:58.000Z","updated_at":"2024-12-21T11:54:52.000Z","dependencies_parsed_at":"2024-10-13T22:51:01.125Z","dependency_job_id":"c818a991-27f2-4552-85a8-eae3c43dc639","html_url":"https://github.com/ricsanfre/ansible-role-docker","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/ricsanfre/ansible-role-docker","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ricsanfre%2Fansible-role-docker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ricsanfre%2Fansible-role-docker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ricsanfre%2Fansible-role-docker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ricsanfre%2Fansible-role-docker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ricsanfre","download_url":"https://codeload.github.com/ricsanfre/ansible-role-docker/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ricsanfre%2Fansible-role-docker/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":280755316,"owners_count":26385097,"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-24T02:00:06.418Z","response_time":73,"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","docker","docker-compose","role","ubuntu"],"created_at":"2024-10-13T22:50:55.400Z","updated_at":"2025-10-24T07:02:31.416Z","avatar_url":"https://github.com/ricsanfre.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"Ansible Docker Role\n=========\n\n[![CI](https://github.com/ricsanfre/ansible-role-docker/actions/workflows/ci.yml/badge.svg)](https://github.com/ricsanfre/ansible-role-docker/actions/workflows/ci.yml)\n\nInstall and configure Docker on Linux.\n\nRequirements\n------------\n\nNone\n\n\nRole Variables\n--------------\n\nAvailable variables are listed below along with default values (see `defaults\\main.yaml`)\n\n\n    docker_users: []\n\nA list of system users to be added to the docker group (so they can use Docker on the server without root priveges).\n\n```yml\ndocker_users:\n  - user1\n  - user2\n```\n   docker_daemon_options: {}\n\nCustom dockerd options can be configured through this dictionary representing the json file /etc/docker/daemon.json.\n\n```yml\ndocker_daemon_options:\n  exec-options: \"[\"native.cgroupdriver=systemd\"]\"\n  storage-driver: \"overlay\"\n  log-driver: \"json-file\"\n  log-opts:\n    max-size: \"100m\"\n  data-root: \"/data/docker\"\n```\n\nDependencies\n------------\n\nNone\n\nExample Playbook\n----------------\n\n\n\n```\n---\n- hosts: docker\n  vars:\n    ansible_user: ansible\n    ansible_become: yes\n    \n  roles:\n    - docker\n```\n\nLicense\n-------\n\nMIT/BSD\n\nAuthor Information\n------------------\n\nRicardo Sanchez (ricsanfre)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fricsanfre%2Fansible-role-docker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fricsanfre%2Fansible-role-docker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fricsanfre%2Fansible-role-docker/lists"}