nilsmeyer / ansible-debootstrap

An ansible role for bootstrapping new Debian based systems, including setting up partitions, file systems, encryption (luks), RAID and LVM
GNU Lesser General Public License v3.0
35 stars 19 forks source link

Network Names on Debian 9 and co. #6

Closed schiederme closed 5 years ago

schiederme commented 6 years ago

Short question, is anyone aware of how to set the correct network names under the new naming schema?

schiederme commented 6 years ago

udevadm test-builtin net_id /sys/class/net/eth0 2> /dev/null

nilsmeyer commented 5 years ago

I have removed the networking related code for now, instead you can set up the network interfaces in a playbook. I will add documentation for that as well.