Add k3s nucs to KEA and DNS
This commit is contained in:
parent
4d414c88f0
commit
05d4287d05
4 changed files with 94 additions and 1 deletions
|
|
@ -1,3 +1,47 @@
|
|||
physical_lab = [
|
||||
{
|
||||
name = "kubemaster0"
|
||||
address = "192.168.6.5"
|
||||
mac = "c0:3f:d5:6a:02:a3"
|
||||
},
|
||||
{
|
||||
name = "agent0"
|
||||
address = "192.168.6.58"
|
||||
mac = "c0:3f:d5:63:7b:3c"
|
||||
},
|
||||
{
|
||||
name = "agent1"
|
||||
address = "192.168.6.60"
|
||||
mac = "b8:ae:ed:7f:bc:45"
|
||||
},
|
||||
{
|
||||
name = "agent2"
|
||||
address = "192.168.6.61"
|
||||
mac = "c0:3f:d5:66:ba:79"
|
||||
},
|
||||
]
|
||||
physical_home = [
|
||||
{
|
||||
name = "kodi"
|
||||
address = "192.168.5.139"
|
||||
mac = "2c:cf:67:77:69:85"
|
||||
},
|
||||
{
|
||||
name = "zigbee"
|
||||
address = "192.168.5.123"
|
||||
mac = "b8:27:eb:db:2e:30"
|
||||
},
|
||||
{
|
||||
name = "hpenvy"
|
||||
address = "192.168.5.89"
|
||||
mac = "84:2a:fd:42:6c:ad"
|
||||
},
|
||||
{
|
||||
name = "brother"
|
||||
address = "192.168.5.95"
|
||||
mac = "00:90:4c:c5:12:38"
|
||||
},
|
||||
]
|
||||
esphome_boards = [
|
||||
{
|
||||
name = "gate"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue