servers/roles/debian/templates/fabric.intf.j2
Timotej Lazar 8dd2476238 Add role to set up base Debian server
With sshd in separate management VRF and FRR to announce routes to
self over unnumbered BGP.
2023-06-01 17:22:26 +02:00

6 lines
94 B
Django/Jinja

{% for iface in ifaces_fabric %}
auto {{ iface }}
iface {{ iface }}
mtu 9216
{% endfor %}