Added Opnsense
Some checks failed
/ authentik (push) Failing after 2m7s
/ non-lab (push) Failing after 2m0s

This commit is contained in:
Chris Cowley 2025-04-15 12:01:56 +00:00
parent 539c8110dd
commit 88df812db9
10 changed files with 175 additions and 44 deletions

29
non-lab/terraform.tfvars Normal file
View file

@ -0,0 +1,29 @@
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"
}