1
0
IaC/ansible/playbooks/templates/bridge.network.j2

11 lines
243 B
Plaintext
Raw Normal View History

2023-08-09 08:37:28 -04:00
[Match]
Name={{ item.name | regex_replace('^[0-9]*-', '') | regex_replace('\.netdev', '') }}
[Link]
ARP={{ item.arp | default(false) }}
[Network]
DHCP={{ item.dhcp | default(false) }}
LinkLocalAddressing=false
LLDP=true
VLAN={{ item.vlan }}