networking
This commit is contained in:
9
ansible/roles/networking/templates/vlan.network.j2
Normal file
9
ansible/roles/networking/templates/vlan.network.j2
Normal file
@ -0,0 +1,9 @@
|
||||
[Match]
|
||||
Name=vlan{{ network_vlan_id }}
|
||||
|
||||
[Link]
|
||||
ARP=off
|
||||
|
||||
[Network]
|
||||
DHCP=off
|
||||
Bridge=br{{ network_vlan_id }}
|
Reference in New Issue
Block a user