salt.pillar.varstack_pillar#
Use Varstack data as a Pillar source
Configuring Varstack#
Using varstack in Salt is fairly simple. Just put the following into the config file of your master:
ext_pillar:
- varstack: /etc/varstack.yaml
Varstack will then use /etc/varstack.yaml to determine which configuration data to return as pillar information. From there you can take a look at the README of varstack on how this file is evaluated.
- salt.pillar.varstack_pillar.ext_pillar(minion_id, pillar, conf)#
Parse varstack data and return the result