You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

25 lines
528 B

  1. ---
  2. crio_versioned_pkg:
  3. "1.21":
  4. - "cri-o=1.21*"
  5. - cri-o-runc
  6. "1.20":
  7. - "cri-o=1.20*"
  8. - cri-o-runc
  9. "1.19":
  10. - "cri-o=1.19*"
  11. - cri-o-runc
  12. crio_debian_buster_backports_packages:
  13. - "libseccomp2"
  14. default_crio_packages: "{{ crio_versioned_pkg[crio_version] }}"
  15. crio_packages: "{{ debian_crio_packages | default(default_crio_packages) }}"
  16. # The crio_runtimes variable defines a list of OCI compatible runtimes.
  17. crio_runtimes:
  18. - name: runc
  19. path: /usr/sbin/runc
  20. type: oci
  21. root: /run/runc