michaelrigart / ansible-role-interfaces

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

Allow unmanaged addresses on an interface #71

Closed markgoddard closed 4 years ago

markgoddard commented 4 years ago

Sometimes it may be useful to not immediately assign an IP address to an interface, but to allow another process to assign one. An example use case is a virtual IP address dynamically added or by a process such as keepalived.

This change adds support for this via an 'allowed_addresses' field in Ethernet, bond or bridge interface configuration.

Fixes: #70