Add frigate host
This commit is contained in:
parent
a0bee46545
commit
7a3a385eb5
5 changed files with 122 additions and 0 deletions
13
host_vars/frigate02.home.foo.sh.yml
Normal file
13
host_vars/frigate02.home.foo.sh.yml
Normal 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]
|
Loading…
Add table
Add a link
Reference in a new issue