terraform/non-lab/terraform.tfvars
Chris Cowley 88df812db9
Some checks failed
/ authentik (push) Failing after 2m7s
/ non-lab (push) Failing after 2m0s
Added Opnsense
2025-04-16 07:10:00 +00:00

29 lines
530 B
HCL

esphome_boards = [
{
name = "gate"
address = "192.168.5.141"
mac = "10:00:3b:01:97:b8"
},
{
name = "frontdoor"
address = "192.168.5.140"
mac = "10:00:3b:01:eb:40"
},
{
name = "lounge"
address = "192.168.5.135"
mac = "e8:06:90:65:2e:9c"
},
{
name = "office"
address = "192.168.5.130"
mac = "c8:c9:a3:c5:74:cc"
},
]
dhcp_subnets = {
iot = "192.168.3.0/24"
work = "192.168.4.0/24"
home = "192.168.5.0/24"
lab = "192.168.6.0/24"
}