https://github.com/rolehippie/containerd
Ansible role to install and configure containerd
https://github.com/rolehippie/containerd
ansible ansible-role hacktoberfest role
Last synced: 6 months ago
JSON representation
Ansible role to install and configure containerd
- Host: GitHub
- URL: https://github.com/rolehippie/containerd
- Owner: rolehippie
- License: apache-2.0
- Created: 2022-01-21T10:57:02.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2026-01-12T14:13:31.000Z (6 months ago)
- Last Synced: 2026-01-12T20:55:53.356Z (6 months ago)
- Topics: ansible, ansible-role, hacktoberfest, role
- Language: Jinja
- Homepage:
- Size: 247 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# containerd
[](https://github.com/rolehippie/containerd)
[](https://github.com/rolehippie/containerd/actions/workflows/general.yml)
[](https://github.com/rolehippie/containerd/actions/workflows/docs.yml)
[](https://github.com/rolehippie/containerd/actions/workflows/galaxy.yml)
[](https://github.com/rolehippie/containerd/blob/master/LICENSE)
[](https://galaxy.ansible.com/rolehippie/containerd)
Ansible role to install and configure containerd.
## Sponsor
Building 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)**.
## Table of contents
- [Requirements](#requirements)
- [Default Variables](#default-variables)
- [containerd_fixed_version](#containerd_fixed_version)
- [containerd_keyring](#containerd_keyring)
- [containerd_skip_config](#containerd_skip_config)
- [containerd_skip_service](#containerd_skip_service)
- [containerd_upstream_arch](#containerd_upstream_arch)
- [containerd_upstream_version](#containerd_upstream_version)
- [Discovered Tags](#discovered-tags)
- [Dependencies](#dependencies)
- [License](#license)
- [Author](#author)
---
## Requirements
- Minimum Ansible version: `2.10`
## Default Variables
### containerd_fixed_version
Install and pin a specific version
#### Default value
```YAML
containerd_fixed_version:
```
### containerd_keyring
Path for the repository keyring
#### Default value
```YAML
containerd_keyring: /usr/share/keyrings/containerd-archive-keyring.gpg
```
### containerd_skip_config
Skip config if handled by something else
#### Default value
```YAML
containerd_skip_config: false
```
### containerd_skip_service
Skip service if handled by something else
#### Default value
```YAML
containerd_skip_service: false
```
### containerd_upstream_arch
System arch used by upstream repository
#### Default value
```YAML
containerd_upstream_arch: "{{ 'arm64' if ansible_architecture == 'aarch64' or ansible_architecture
== 'arm64' else 'amd64' }}"
```
### containerd_upstream_version
Install from upstream repository
#### Default value
```YAML
containerd_upstream_version: true
```
## Discovered Tags
**_containerd_**
## Dependencies
- None
## License
Apache-2.0
## Author
[Thomas Boerger](https://github.com/tboerger)