michaelrigart / ansible-role-interfaces

An ansible role for configuring different network interfaces
GNU General Public License v3.0
83 stars 61 forks source link

Support multiple IP's per interface? #106

Open kemeris2000 opened 3 years ago

kemeris2000 commented 3 years ago

Do you have plans to support multiple IP's per interface? On RedHat family ifcfg look like:

IPADDR=4.4.4.4
PREFIX=32
IPADDR1=8.8.8.8
PREFIX1=32
GATEWAY=9.9.9.9
markgoddard commented 3 years ago

I doubt any of the maintainers are planning it, but they might accept a patch if you propose one. It would need to support Red Hat and Debian based distros, as well as all 3 interface types (ethernet, bridge, bond).