michaelrigart / ansible-role-interfaces

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

Allow ignoring interface status checks #161

Open mnasiadka opened 2 months ago

mnasiadka commented 2 months ago

This patch introduces a new variable called interfaces_bounce_ignore_errors that allows to ignore errors during interface bounce (such as interfaces in down state without a link).

It also introduces a new interface variable that is called ignore_status_check that allows to ignore interfaces with down state during interfaces check.