k3s-ansible/inventory

25 lines
338 B
Plaintext
Raw Permalink Normal View History

2024-11-23 21:46:13 +00:00
[nodes]
2024-12-23 14:53:44 +00:00
# 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
2024-11-23 21:46:13 +00:00
[master-primary]
2024-12-23 14:53:44 +00:00
192.168.50.41
2024-11-23 21:46:13 +00:00
# do one at a time
# the k3s service restarts
# on the primary when a node joins
[master-secondary]
2024-12-23 14:53:44 +00:00
192.168.50.42
192.168.50.43
2024-11-23 21:46:13 +00:00
[workers]
2024-12-23 14:53:44 +00:00
# 192.168.50.44
# 192.168.50.45
# 192.168.50.46