k3s-ansible/inventory
2024-12-23 15:53:44 +01:00

25 lines
338 B
Plaintext

[nodes]
# masters
192.168.50.41
192.168.50.42
192.168.50.43
# workers
# 192.168.50.44
# 192.168.50.45
# 192.168.50.46
[master-primary]
192.168.50.41
# do one at a time
# the k3s service restarts
# on the primary when a node joins
[master-secondary]
192.168.50.42
192.168.50.43
[workers]
# 192.168.50.44
# 192.168.50.45
# 192.168.50.46