neilmunday / Salt-Minion-Inventory

Salt Minion Inventory provides a web based interface to your SaltStack minions to view their state.
GNU General Public License v3.0
36 stars 4 forks source link

Create config file for minions to be used by inventory module #21

Open neilmunday opened 5 years ago

neilmunday commented 5 years ago

To allow features for version 2.0 to be implemented, create a config file say /etc/salt-minion-inventory.conf and possibly a config directory, e.g. /etc/salt-minion-inventory.d to store settings to be used by the inventory module functions that are to execute on the minions.

The files should be staged to the minions by SaltStack before the module functions run.