Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 516 Bytes

README.md

File metadata and controls

28 lines (20 loc) · 516 Bytes

K3S Ansible

This repository contains scripts to set up a K3S cluster with Ansible.

Prepare inventory

Sample inventory below:

all:
  children:
    k3s:
      hosts:
        localhost:

Run

ansible-playbook -i inventory.yml playbooks/setup_k3s.yml

Host groups

Name Description
k3s K3S cluster node
k3s-cuda K3S cluster node with cuda support