Go to file
Radar231 a883a3d14f corrected when statements 2023-01-11 00:52:00 +00:00
meta added meta dir 2021-07-22 23:16:59 -04:00
tasks corrected when statements 2023-01-11 00:52:00 +00:00
README.md cleanup: removed centos code, cleaned up debian & ubuntu references 2022-01-03 10:08:34 -05:00

README.md

Ansible Role: k3s

Introduction

This role will install a k3s cluster to three or more target hosts.

This role requires at least three target hosts, previously deployed. Each host should have at least 4GB of RAM and at least a 20GB disk.

It is also assumed that the user running the playbook has SSH key access set up for the root user on the target hosts.

This playbook can be run using the following command line;

ansible-playbook -i -e "username=" k3s.yml

ie, ansible-playbook -i cluster_inventory.yml -e "username=someuser" k3s.yml