1
0
IaC/ansible/roles/networking/templates/vlan.network.j2

10 lines
106 B
Plaintext
Raw Normal View History

2022-09-05 06:56:49 -04:00
[Match]
Name=vlan{{ network_vlan_id }}
[Link]
ARP=off
[Network]
DHCP=off
Bridge=br{{ network_vlan_id }}