18 lines
260 B
Django/Jinja
18 lines
260 B
Django/Jinja
# {{ ansible_managed }}
|
|
|
|
source /etc/network/interfaces.d/*
|
|
|
|
auto lo
|
|
iface lo inet loopback
|
|
|
|
allow-hotplug enp8s0
|
|
iface enp8s0 inet dhcp
|
|
|
|
auto br0
|
|
iface br0 inet manual
|
|
bridge_ports enp9s0
|
|
bridge_fd 0
|
|
bridge_maxwait 0
|
|
|
|
dns-nameservers 192.168.86.1
|