2020-04-24 16:18:07 +08:00
|
|
|
---
|
2020-12-09 17:22:50 +08:00
|
|
|
crio_versioned_pkg:
|
2021-04-27 00:21:16 +08:00
|
|
|
"1.21":
|
|
|
|
- "cri-o=1.21*"
|
|
|
|
- cri-o-runc
|
|
|
|
"1.20":
|
|
|
|
- "cri-o=1.20*"
|
|
|
|
- cri-o-runc
|
2020-12-09 17:22:50 +08:00
|
|
|
|
2021-07-23 22:07:16 +08:00
|
|
|
crio_debian_buster_backports_packages:
|
|
|
|
- "libseccomp2"
|
|
|
|
|
2020-12-09 17:22:50 +08:00
|
|
|
default_crio_packages: "{{ crio_versioned_pkg[crio_version] }}"
|
|
|
|
|
|
|
|
crio_packages: "{{ debian_crio_packages | default(default_crio_packages) }}"
|
2020-04-24 16:18:07 +08:00
|
|
|
|
2020-10-23 18:07:46 +08:00
|
|
|
# The crio_runtimes variable defines a list of OCI compatible runtimes.
|
|
|
|
crio_runtimes:
|
|
|
|
- name: runc
|
|
|
|
path: /usr/sbin/runc
|
|
|
|
type: oci
|
|
|
|
root: /run/runc
|