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.

22 lines
470 B

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