Skip to content

Latest commit

 

History

History
58 lines (41 loc) · 2.22 KB

README.md

File metadata and controls

58 lines (41 loc) · 2.22 KB

Welcome to role_cri-o 👋

Version Documentation License: BSD 3--Clause "New" or "Revised" License Twitter: 404MomNotFound

A role to install CRI-O on Debian

Usage

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

Author

👤 Matthieu Chevreux

🤝 Contributing

Contributions, issues and feature requests are welcome!
Feel free to check issues page.

Show your support

Give a ⭐️ if this project helped you!

📝 License

Copyright © 2020 Matthieu Chevreux.
This project is BSD 3--Clause "New" or "Revised" License licensed.


This README was generated with ❤️ by readme-md-generator