bootstrap-vz/bootstrapvz/common/tasks/network-configuration.yml
2017-08-30 17:50:27 -07:00

24 lines
413 B
YAML

---
# This is a mapping of Debian release codenames to NIC configurations
squeeze: |
auto lo
iface lo inet loopback
auto eth0
iface eth0 inet dhcp
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
sid: |
auto eth0
iface eth0 inet dhcp