michaelrigart / ansible-role-interfaces

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

Make setup module arguments configurable #112

Closed markgoddard closed 3 years ago

markgoddard commented 3 years ago

This role gathers facts during a handler task. Sometimes we may want to provide arguments to the setup module to configure which facts are gathered. This change makes the filter and gather_subset arguments configurable.