{"id":15878988,"url":"https://github.com/darkwizard242/ansible-role-containerd","last_synced_at":"2025-12-26T18:32:50.560Z","repository":{"id":44611035,"uuid":"428735516","full_name":"darkwizard242/ansible-role-containerd","owner":"darkwizard242","description":"Ansible role for Containerd. Available on Ansible Galaxy. ","archived":false,"fork":false,"pushed_at":"2025-07-30T19:48:30.000Z","size":63,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-07-30T22:18:12.490Z","etag":null,"topics":["ansible","ansible-galaxy","ansible-role","container-runtime","containerd","linux"],"latest_commit_sha":null,"homepage":"https://galaxy.ansible.com/darkwizard242/containerd","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/darkwizard242.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,"zenodo":null}},"created_at":"2021-11-16T16:39:04.000Z","updated_at":"2025-07-30T19:47:16.000Z","dependencies_parsed_at":"2025-04-17T23:15:52.034Z","dependency_job_id":"43f20220-58d9-4197-9926-c139fc59eaef","html_url":"https://github.com/darkwizard242/ansible-role-containerd","commit_stats":null,"previous_names":[],"tags_count":26,"template":false,"template_full_name":null,"purl":"pkg:github/darkwizard242/ansible-role-containerd","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/darkwizard242%2Fansible-role-containerd","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/darkwizard242%2Fansible-role-containerd/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/darkwizard242%2Fansible-role-containerd/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/darkwizard242%2Fansible-role-containerd/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/darkwizard242","download_url":"https://codeload.github.com/darkwizard242/ansible-role-containerd/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/darkwizard242%2Fansible-role-containerd/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":270165075,"owners_count":24538428,"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-08-12T02:00:09.011Z","response_time":80,"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-galaxy","ansible-role","container-runtime","containerd","linux"],"created_at":"2024-10-06T02:42:42.164Z","updated_at":"2025-12-26T18:32:50.554Z","avatar_url":"https://github.com/darkwizard242.png","language":"Jinja","readme":"[![build-test](https://github.com/darkwizard242/ansible-role-containerd/workflows/build-and-test/badge.svg?branch=master)](https://github.com/darkwizard242/ansible-role-containerd/actions?query=workflow%3Abuild-and-test) [![release](https://github.com/darkwizard242/ansible-role-containerd/workflows/release/badge.svg)](https://github.com/darkwizard242/ansible-role-containerd/actions?query=workflow%3Arelease) ![Ansible Role](https://img.shields.io/ansible/role/d/darkwizard242/containerd) [![Maintainability Rating](https://sonarcloud.io/api/project_badges/measure?project=ansible-role-containerd\u0026metric=sqale_rating)](https://sonarcloud.io/dashboard?id=ansible-role-containerd) [![Reliability Rating](https://sonarcloud.io/api/project_badges/measure?project=ansible-role-containerd\u0026metric=reliability_rating)](https://sonarcloud.io/dashboard?id=ansible-role-containerd) [![Security Rating](https://sonarcloud.io/api/project_badges/measure?project=ansible-role-containerd\u0026metric=security_rating)](https://sonarcloud.io/dashboard?id=ansible-role-containerd) ![GitHub tag (latest SemVer)](https://img.shields.io/github/tag/darkwizard242/ansible-role-containerd?label=release) ![GitHub repo size](https://img.shields.io/github/repo-size/darkwizard242/ansible-role-containerd?color=orange\u0026style=flat-square)\n\n# Ansible Role: containerd\n\nRole to install (_by default_) [containerd](https://github.com/containerd/containerd) on **Debian/Ubuntu** and **EL** systems. **Containerd** is \"An industry-standard container runtime with an emphasis on simplicity, robustness and portability\".\n\n## Requirements\n\nNone.\n\n## Role Variables\n\nAvailable variables are listed below (located in `defaults/main.yml`):\n\n### Variables list:\n\n```yaml\ncontainerd_app: containerd\ncontainerd_version: 2.2.1\ncontainerd_os: \"{{ ansible_system | lower }}\"\ncontainerd_architecture_map:\n  amd64: amd64\n  arm: arm64\n  x86_64: amd64\n  armv6l: armv6\n  armv7l: armv7\n  aarch64: arm64\n  32-bit: \"386\"\n  64-bit: amd64\ncontainerd_dl_url: \"https://github.com/{{ containerd_app }}/{{ containerd_app }}/releases/download/v{{ containerd_version }}/{{ containerd_app }}-{{ containerd_version }}-{{ containerd_os }}-{{ containerd_architecture_map[ansible_architecture] }}.tar.gz\"\ncontainerd_bin_path: /usr/local/bin\ncontainerd_files_mode: '0755'\ncontainerd_files_owner: root\ncontainerd_files_group: root\ncontainerd_systemd_service_setup: true\ncontainerd_systemd_template_in_file: containerd.service.j2\ncontainerd_systemd_template_out_dir: /etc/systemd/system\ncontainerd_systemd_template_out_file: containerd.service\ncontainerd_systemd_service_enable_state: yes\ncontainerd_systemd_service_state: started\n```\n\n### Variables table:\n\nVariable                                | Description\n--------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------\ncontainerd_app                          | Defines the app to install i.e. **containerd**\ncontainerd_version                      | Defined to dynamically fetch the desired version to install. Defaults to: **2.2.1**\ncontainerd_os                           | Defines OS type.\ncontainerd_architecture_map             | Defines os architecture. Used for obtaining the correct type of binaries based on OS System Architecture.\ncontainerd_dl_url                       | Defines URL to download the containerd binaries archive from.\ncontainerd_bin_path                     | Defined to dynamically set the appropriate path to store containerd binaries into.\ncontainerd_files_mode                   | Mode for the binaries file of containerd.\ncontainerd_files_owner                  | Owner for the binaries file of containerd.\ncontainerd_files_group                  | Group for the binaries file of containerd.\ncontainerd_systemd_service_setup        | Boolean for whether systemd service setup (systemd service generation, systemd boot start and state change) for containerd needs to be performed.\ncontainerd_systemd_template_in_file     | Template (Jinja) file to use as source for containerd's systemd service.\ncontainerd_systemd_template_out_dir     | Destination directory to store the generated Jinja template for containerd's systemd service.\ncontainerd_systemd_template_out_file    | Destination filename for containerd's systemd service.\ncontainerd_systemd_service_enable_state | Defined to enable containerd systemd service at boot.\ncontainerd_systemd_service_state        | Defined to set the state of the containerd systemd service\n\n## Dependencies\n\nNone\n\n## Example Playbook\n\nFor default behaviour of role (i.e. installation of **containerd**) in ansible playbooks.\n\n```yaml\n- hosts: servers\n  roles:\n    - darkwizard242.containerd\n```\n\nFor customizing behavior of role (i.e. specifying the desired **containerd** version) in ansible playbooks.\n\n```yaml\n- hosts: servers\n  roles:\n    - darkwizard242.containerd\n  vars:\n    containerd_version: 1.5.6\n```\n\nFor customizing behavior of role (i.e. setting path for extraction to **/usr/bin**) in ansible playbooks.\n\n```yaml\n- hosts: servers\n  roles:\n    - darkwizard242.containerd\n  vars:\n    containerd_bin_path: '/usr/bin'\n```\n\n## License\n\n[MIT](https://github.com/darkwizard242/ansible-role-containerd/blob/master/LICENSE)\n\n## Author Information\n\nThis role was created by [Ali Muhammad](https://www.alimuhammad.dev/)\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdarkwizard242%2Fansible-role-containerd","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdarkwizard242%2Fansible-role-containerd","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdarkwizard242%2Fansible-role-containerd/lists"}