servers/roles/proxmox/templates/10-network.rules.j2
Timotej Lazar 2330edf479 proxmox: standardize interface names and set up management VRF
No idea how badly this clashes with GUI configuration.
2023-07-17 16:39:40 +02:00

6 lines
179 B
Django/Jinja

{% for name in hwaddr %}
{% for addr in hwaddr[name] %}
SUBSYSTEM=="net", ACTION=="add", ATTR{address}=="{{ addr }}", NAME="{{ name }}{{ loop.index0 }}"
{% endfor %}
{% endfor %}