A role to install CRI-O on Debian
🏠 Homepage
You can use this role in your Ansible playbook like this :
- name: "Install CRI-O on Kubernetes nodes"
hosts: kubernetes-nodes
roles:
- ansible_role_cri-o
You can install a specific version of CRI-O by adding the cri_o_kubernetes_version in your hostvars or groupvars :
cri_o_kubernetes_version: 1.20
👤 Matthieu Chevreux
- Twitter: @404MomNotFound
- Github: @DreamyProtect
- LinkedIn: @Matthieu Chevreux
Contributions, issues and feature requests are welcome!
Feel free to check issues page.
Give a ⭐️ if this project helped you!
Copyright © 2020 Matthieu Chevreux.
This project is BSD 3--Clause "New" or "Revised" License licensed.
This README was generated with ❤️ by readme-md-generator