mirror of
https://github.com/auricom/home-cluster.git
synced 2025-09-30 23:45:25 +02:00
18 lines
488 B
YAML
18 lines
488 B
YAML
---
|
|
all:
|
|
children:
|
|
# Control Plane group, do not change the 'control-plane' name
|
|
# hosts should match the filenames in 'host_vars'
|
|
server-nodes:
|
|
hosts:
|
|
k3s-server:
|
|
# Node group, do not change the 'node' name
|
|
# hosts should match the filenames in 'host_vars'
|
|
worker-nodes:
|
|
hosts:
|
|
k3s-worker1:
|
|
k3s-worker2:
|
|
k3s-worker3:
|
|
# Storage group, these are my NAS devices
|
|
# hosts should match the filenames in 'host_vars'
|