bootstrap-vz/bootstrapvz/common/tasks/network-configuration.yml
2018-02-08 06:02:20 +00:00

19 lines
332 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
sid: |
auto eth0
iface eth0 inet dhcp