{"id":38503269,"url":"https://github.com/rolehippie/containerd","last_synced_at":"2026-01-17T06:03:36.751Z","repository":{"id":43253403,"uuid":"450456353","full_name":"rolehippie/containerd","owner":"rolehippie","description":"Ansible role to install and configure containerd","archived":false,"fork":false,"pushed_at":"2026-01-12T14:13:31.000Z","size":253,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-01-12T20:55:53.356Z","etag":null,"topics":["ansible","ansible-role","hacktoberfest","role"],"latest_commit_sha":null,"homepage":"","language":"Jinja","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rolehippie.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2022-01-21T10:57:02.000Z","updated_at":"2026-01-12T14:13:33.000Z","dependencies_parsed_at":"2023-10-16T18:33:25.480Z","dependency_job_id":"4d013159-2d91-4759-a16b-d0895791c43f","html_url":"https://github.com/rolehippie/containerd","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/rolehippie/containerd","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rolehippie%2Fcontainerd","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rolehippie%2Fcontainerd/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rolehippie%2Fcontainerd/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rolehippie%2Fcontainerd/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rolehippie","download_url":"https://codeload.github.com/rolehippie/containerd/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rolehippie%2Fcontainerd/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28501460,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-17T04:31:57.058Z","status":"ssl_error","status_checked_at":"2026-01-17T04:31:45.816Z","response_time":85,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: 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","hacktoberfest","role"],"created_at":"2026-01-17T06:03:35.584Z","updated_at":"2026-01-17T06:03:36.738Z","avatar_url":"https://github.com/rolehippie.png","language":"Jinja","funding_links":[],"categories":[],"sub_categories":[],"readme":"# containerd\n\n[![Source Code](https://img.shields.io/badge/github-source%20code-blue?logo=github\u0026logoColor=white)](https://github.com/rolehippie/containerd)\n[![General Workflow](https://github.com/rolehippie/containerd/actions/workflows/general.yml/badge.svg)](https://github.com/rolehippie/containerd/actions/workflows/general.yml)\n[![Readme Workflow](https://github.com/rolehippie/containerd/actions/workflows/docs.yml/badge.svg)](https://github.com/rolehippie/containerd/actions/workflows/docs.yml)\n[![Galaxy Workflow](https://github.com/rolehippie/containerd/actions/workflows/galaxy.yml/badge.svg)](https://github.com/rolehippie/containerd/actions/workflows/galaxy.yml)\n[![License: Apache-2.0](https://img.shields.io/github/license/rolehippie/containerd)](https://github.com/rolehippie/containerd/blob/master/LICENSE)\n[![Ansible Role](https://img.shields.io/badge/role-rolehippie.containerd-blue)](https://galaxy.ansible.com/rolehippie/containerd)\n\nAnsible role to install and configure containerd.\n\n## Sponsor\n\nBuilding and improving this Ansible role have been sponsored by my current and previous employers like **[Cloudpunks GmbH](https://cloudpunks.de)** and **[Proact Deutschland GmbH](https://www.proact.eu)**.\n\n## Table of contents\n\n- [Requirements](#requirements)\n- [Default Variables](#default-variables)\n  - [containerd_fixed_version](#containerd_fixed_version)\n  - [containerd_keyring](#containerd_keyring)\n  - [containerd_skip_config](#containerd_skip_config)\n  - [containerd_skip_service](#containerd_skip_service)\n  - [containerd_upstream_arch](#containerd_upstream_arch)\n  - [containerd_upstream_version](#containerd_upstream_version)\n- [Discovered Tags](#discovered-tags)\n- [Dependencies](#dependencies)\n- [License](#license)\n- [Author](#author)\n\n---\n\n## Requirements\n\n- Minimum Ansible version: `2.10`\n\n## Default Variables\n\n### containerd_fixed_version\n\nInstall and pin a specific version\n\n#### Default value\n\n```YAML\ncontainerd_fixed_version:\n```\n\n### containerd_keyring\n\nPath for the repository keyring\n\n#### Default value\n\n```YAML\ncontainerd_keyring: /usr/share/keyrings/containerd-archive-keyring.gpg\n```\n\n### containerd_skip_config\n\nSkip config if handled by something else\n\n#### Default value\n\n```YAML\ncontainerd_skip_config: false\n```\n\n### containerd_skip_service\n\nSkip service if handled by something else\n\n#### Default value\n\n```YAML\ncontainerd_skip_service: false\n```\n\n### containerd_upstream_arch\n\nSystem arch used by upstream repository\n\n#### Default value\n\n```YAML\ncontainerd_upstream_arch: \"{{ 'arm64' if ansible_architecture == 'aarch64' or ansible_architecture\n  == 'arm64' else 'amd64' }}\"\n```\n\n### containerd_upstream_version\n\nInstall from upstream repository\n\n#### Default value\n\n```YAML\ncontainerd_upstream_version: true\n```\n\n## Discovered Tags\n\n**_containerd_**\n\n## Dependencies\n\n- None\n\n## License\n\nApache-2.0\n\n## Author\n\n[Thomas Boerger](https://github.com/tboerger)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frolehippie%2Fcontainerd","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frolehippie%2Fcontainerd","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frolehippie%2Fcontainerd/lists"}