7 lines
163 B
Text
7 lines
163 B
Text
|
# Set a specific MAC address to enable DHCP recognition
|
||
|
allow-hotplug eth0
|
||
|
iface eth0 inet dhcp
|
||
|
hwaddress ether {{ mac }}
|
||
|
|
||
|
# THIS FILE IS MANAGED VIA ANSIBLE!
|