networking
This commit is contained in:
15
ansible/roles/networking/templates/bridge.network.j2
Normal file
15
ansible/roles/networking/templates/bridge.network.j2
Normal file
@ -0,0 +1,15 @@
|
||||
[Match]
|
||||
Name=br{{ network_vlan_id }}
|
||||
|
||||
[Link]
|
||||
ARP=yes
|
||||
|
||||
[Address]
|
||||
Address=192.168.{{ network_vlan_id }}.100/24
|
||||
|
||||
[Route]
|
||||
Gateway=192.168.{{ network_vlan_id }}.254
|
||||
|
||||
[Network]
|
||||
DHCP=no
|
||||
|
Reference in New Issue
Block a user