k9casca2/k3s-ansible-copia/inventory/sample/hosts.ini
2025-04-08 11:18:50 +00:00

18 lines
270 B
INI

[master]
192.168.30.38
192.168.30.39
192.168.30.40
[node]
192.168.30.41
192.168.30.42
# only required if proxmox_lxc_configure: true
# must contain all proxmox instances that have a master or worker node
# [proxmox]
# 192.168.30.43
[k3s_cluster:children]
master
node