Hello,
I am wondering if there is a way to list all MAC addresses assigned to each interface device found through setup? What I am looking to do is edit the /etc/udev/rules.d/70-persistent-net.rules file to assign each detected interface after eth0 and apply the MAC address associated with it. It works perfectly for /etc/network/interfaces ( https://gist.github.com/analytically/5760207 ). If there isn’t a way I can always create a script, but I feel its safer to go through ansible on updating this instead of running a script each time the playbook is ran.
Thanks,
Kyle