michaelrigart / ansible-role-interfaces

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

Regression due to "CentOS: remove stale interfaces" #121

Closed markgoddard closed 2 years ago

markgoddard commented 2 years ago

118 introduced a regression, where configuration for active interfaces could be removed and not recreated, if not present in the network interface variables. This could lead to loss of network connectivity.

We should find a way to achieve the aims of this change in a different way.