bootstrap-vz/bootstrapvz/common/tasks/network-configuration.yml
2023-06-21 10:04:07 +02:00

31 lines
515 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
bookworm: |
auto eth0
iface eth0 inet dhcp
trixie: |
auto eth0
iface eth0 inet dhcp
forky: |
auto eth0
iface eth0 inet dhcp
sid: |
auto eth0
iface eth0 inet dhcp