Skip to content

Ansible playbooks for installing and configuring k3s.

Notifications You must be signed in to change notification settings

AnteronGitHub/k3s-ansible

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Ansible playbooks for installing and configuring k3s.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published