software-infrastructure/roles/ericomeehan.configure_network/templates/Debian_interfaces.j2
2024-07-03 15:48:10 +00:00

11 lines
266 B
Django/Jinja

# This file describes the network interfaces available on your system
# and how to activate them. For more information, see interfaces(5).
source /etc/network/interfaces.d/*
# The loopback network interface
auto lo
iface lo inet loopback
{{ network_interfaces }}