Add frigate host

This commit is contained in:
Timo Makinen 2024-02-04 17:07:19 +00:00
parent a0bee46545
commit 7a3a385eb5
5 changed files with 122 additions and 0 deletions

View file

@ -0,0 +1,13 @@
---
vmhost: vmhost02.home.foo.sh
network_interfaces:
- device: eth0
vlan: 20
mac: "52:54:00:ac:dc:8c"
nameservers: []
- device: eth1
vlan: 26
ipaddr: 172.20.26.3
netmask: 255.255.255.0
proto: static
nameservers: [172.20.26.1, 172.20.26.3]