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