bootstrap-vz/bootstrapvz/common/tasks/network-configuration.yml
2020-01-20 09:49:39 +01:00

22 lines
379 B
YAML

---
# This is a mapping of Debian release codenames to NIC configurations
wheezy: |
auto eth0
iface eth0 inet dhcp
jessie: |
auto lo
iface lo inet loopback
auto eth0
iface eth0 inet dhcp
stretch: |
auto eth0
iface eth0 inet dhcp
buster: |
auto eth0
iface eth0 inet dhcp
bullseye: |
auto eth0
iface eth0 inet dhcp
sid: |
auto eth0
iface eth0 inet dhcp