Files
auricom-home-cluster/server/ansible/inventory/hosts.yml
2021-08-02 00:53:53 +02:00

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'