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

22 lines
368 B
YAML
Raw Normal View History

---
# 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: |
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
sid: |
auto eth0
iface eth0 inet dhcp