2019-06-30 06:09:20 +09:00
|
|
|
---
|
2020-12-09 12:22:50 +03:00
|
|
|
crio_versioned_pkg:
|
2021-04-26 18:21:16 +02:00
|
|
|
"1.21":
|
|
|
|
- "cri-o=1.21*"
|
2020-12-09 12:22:50 +03:00
|
|
|
- cri-o-runc
|
2021-04-26 18:21:16 +02:00
|
|
|
"1.20":
|
|
|
|
- "cri-o=1.20*"
|
2020-12-09 12:22:50 +03:00
|
|
|
- cri-o-runc
|
2021-04-26 18:21:16 +02:00
|
|
|
"1.19":
|
|
|
|
- "cri-o=1.19*"
|
2020-12-09 12:22:50 +03:00
|
|
|
- cri-o-runc
|
|
|
|
|
|
|
|
default_crio_packages: "{{ crio_versioned_pkg[crio_version] }}"
|
2020-04-22 22:29:45 +02:00
|
|
|
|
2020-10-26 16:35:02 +01:00
|
|
|
crio_packages: "{{ ubuntu_crio_packages | default(default_crio_packages) }}"
|
2019-06-30 06:09:20 +09:00
|
|
|
|
2020-10-23 03:07:46 -07: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
|