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 pausing before checking interface status #97

Closed markgoddard closed 3 years ago

markgoddard commented 3 years ago

On some OS distributions (including Ubuntu), it may be necessary to wait after bouncing network interfaces before they are active. This can be done by setting interfaces_pause_time to a number of seconds to delay. The default is not to pause.

Co-Authored-By: James Denton <@busterswt>

markgoddard commented 3 years ago

This has been adapted from https://github.com/michaelrigart/ansible-role-interfaces/pull/31.