{"id":14984466,"url":"https://github.com/geerlingguy/ansible-role-containerd","last_synced_at":"2026-03-04T16:02:36.993Z","repository":{"id":42466690,"uuid":"332844688","full_name":"geerlingguy/ansible-role-containerd","owner":"geerlingguy","description":"Ansible Role - containerd.io","archived":false,"fork":false,"pushed_at":"2025-11-28T05:19:41.000Z","size":36,"stargazers_count":86,"open_issues_count":2,"forks_count":41,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-11-30T16:02:02.450Z","etag":null,"topics":["ansible","ansible-role","containerd","containers","docker","kubernetes","roles"],"latest_commit_sha":null,"homepage":"https://galaxy.ansible.com/geerlingguy/containerd","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/geerlingguy.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","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,"zenodo":null},"funding":{"github":"geerlingguy","patreon":"geerlingguy"}},"created_at":"2021-01-25T18:31:39.000Z","updated_at":"2025-11-28T05:19:44.000Z","dependencies_parsed_at":"2025-05-18T21:04:14.393Z","dependency_job_id":"8a7af869-eec2-4377-94d2-3d5952497bf4","html_url":"https://github.com/geerlingguy/ansible-role-containerd","commit_stats":{"total_commits":26,"total_committers":4,"mean_commits":6.5,"dds":"0.15384615384615385","last_synced_commit":"279ba2be84c60118cbe4a259df4eec8cb74ae103"},"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"purl":"pkg:github/geerlingguy/ansible-role-containerd","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/geerlingguy%2Fansible-role-containerd","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/geerlingguy%2Fansible-role-containerd/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/geerlingguy%2Fansible-role-containerd/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/geerlingguy%2Fansible-role-containerd/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/geerlingguy","download_url":"https://codeload.github.com/geerlingguy/ansible-role-containerd/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/geerlingguy%2Fansible-role-containerd/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30085820,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-04T15:40:14.053Z","status":"ssl_error","status_checked_at":"2026-03-04T15:40:13.655Z","response_time":59,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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","containerd","containers","docker","kubernetes","roles"],"created_at":"2024-09-24T14:09:06.843Z","updated_at":"2026-03-04T16:02:36.975Z","avatar_url":"https://github.com/geerlingguy.png","language":null,"funding_links":["https://github.com/sponsors/geerlingguy","https://patreon.com/geerlingguy"],"categories":[],"sub_categories":[],"readme":"# Ansible Role: Containerd\n\n[![CI](https://github.com/geerlingguy/ansible-role-containerd/actions/workflows/ci.yml/badge.svg)](https://github.com/geerlingguy/ansible-role-containerd/actions/workflows/ci.yml)\n\nAn Ansible Role that installs [containerd](https://containerd.io) on Linux.\n\n## Requirements\n\nNone.\n\n## Role Variables\n\nAvailable variables are listed below, along with default values (see `defaults/main.yml`):\n\n    containerd_package: containerd.io\n    containerd_package_state: present\n\nPackage name and state controls.\n\n    containerd_service_state: started\n    containerd_service_enabled: true\n\nService controls. You can install containerd but not have it running or enabled on boot by changing these defaults.\n\n    containerd_config_default_write: true\n\nWrite containerd defaults to the containerd config.toml file.\n\n    containerd_config_cgroup_driver_systemd: false\n\nSet systemd as cgroup driver in config.toml. Only valid with `containerd_config_default_write: true`\n\n    docker_apt_release_channel: stable\n    docker_apt_repository: \"https://download.docker.com/linux/{{ ansible_facts.distribution | lower }}\"\n    docker_apt_ignore_key_error: true\n    docker_apt_gpg_key: https://download.docker.com/linux/{{ ansible_facts.distribution | lower }}/gpg\n\nApt installation paramemeters, useful if you want to switch from the stable channel releases, or install on a different CPU architecture (e.g. `arm64`).\n\n    docker_yum_repo_url: https://download.docker.com/linux/{{ (ansible_facts.distribution == \"Fedora\") | ternary(\"fedora\",\"centos\") }}/docker-ce.repo\n    docker_yum_repo_enable_nightly: '0'\n    docker_yum_gpg_key: https://download.docker.com/linux/centos/gpg\n\nYum/DNF installation parameters, useful if you want to switch from the stable repository.\n\n## Dependencies\n\nNone.\n\n## Example Playbook\n\n```yaml\n- hosts: all\n  roles:\n    - geerlingguy.containerd\n```\n\n## License\n\nMIT / BSD\n\n## Author Information\n\nThis role was created in 2021 by [Jeff Geerling](https://www.jeffgeerling.com/), author of [Ansible for DevOps](https://www.ansiblefordevops.com/).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgeerlingguy%2Fansible-role-containerd","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgeerlingguy%2Fansible-role-containerd","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgeerlingguy%2Fansible-role-containerd/lists"}