Files
TerraHome/nixos/kubeadm/scripts/inventory.example.env

12 lines
159 B
Bash
Raw Normal View History

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