proxmox: simplify interface setup tasks

This commit is contained in:
Timotej Lazar 2023-11-20 14:13:46 +01:00
parent 5038411af3
commit d399fc0a24
2 changed files with 12 additions and 16 deletions

View file

@ -1,6 +1,6 @@
{% for iface in hostvars[inventory_hostname].interfaces | selectattr('name', 'match', '^lan') %}
{% for iface in interfaces | selectattr('name', 'match', '^lan') %}
auto {{ iface.name }}
iface {{ iface.name }}
mtu 9216
{% endfor %}
{% endfor %}