bootstrap-vz/bootstrapvz/common/tasks/network-configuration.yml

23 lines
379 B
YAML
Raw Normal View History

---
# This is a mapping of Debian release codenames to NIC configurations
wheezy: |
auto eth0
iface eth0 inet dhcp
jessie: |
2016-06-04 19:23:59 +02:00
auto lo
iface lo inet loopback
auto eth0
iface eth0 inet dhcp
stretch: |
auto eth0
iface eth0 inet dhcp
2017-08-30 17:29:45 -07:00
buster: |
auto eth0
iface eth0 inet dhcp
2020-01-20 09:49:39 +01:00
bullseye: |
auto eth0
iface eth0 inet dhcp
sid: |
auto eth0
iface eth0 inet dhcp