Files
TerraHome/nixos/kubeadm/scripts/inventory.example.env
MichaelFisher1997 9fe845b53d
All checks were successful
Terraform Plan / Terraform Plan (push) Successful in 17s
feat: add repeatable kubeadm rebuild and reset scripts
2026-02-28 16:24:45 +00:00

12 lines
159 B
Bash

SSH_USER=micqdf
# Control planes
CP_1=192.168.1.101
CP_2=192.168.1.102
CP_3=192.168.1.103
# Workers
WK_1=192.168.1.111
WK_2=192.168.1.112
WK_3=192.168.1.113