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 managing Infiniband IPoIB interfaces #58

Closed milliams closed 2 years ago

milliams commented 5 years ago

This role works brilliantly for ethernet interfaces but cannot manage "IP over IB" interfaces. On the whole they should work very similar to the ethernet devices but with a few different options for the network-scripts template.

Aethylred commented 2 years ago

I think this is now supported with

interfaces_ether_interfaces:
   - device: ib0 
     bootproto: static
     address: 10.41.0.10
     netmask: 255.255.128.0
     type: ipoib

See: https://github.com/michaelrigart/ansible-role-interfaces/issues/76#issuecomment-1096005718