spirofs

Compatibility

Salt Version Linux Windows macOS
master 3.5 3.6 3.7 3.8 3.9 3.5 3.6 3.7 3.8 3.9 3.5 3.6 3.7 3.8 3.9
v3002.7 3.5 3.6 3.7 3.8 3.9 3.5 3.6 3.7 3.8 3.9 3.5 3.6 3.7 3.8 3.9
v3003.3 3.5 3.6 3.7 3.8 3.9 3.5 3.6 3.7 3.8 3.9 3.5 3.6 3.7 3.8 3.9
v3004 3.5 3.6 3.7 3.8 3.9 3.5 3.6 3.7 3.8 3.9 3.5 3.6 3.7 3.8 3.9

Description

SpiroFS

SpiroFS is a fileserver backend for Salt focusing on deployment and saltenv management. It allows automated systems to push deployment bundles to Salt without giving them undue permissions. It is dynamic and does not require on-going reconfiguration as your technology stack grows and changes.

Full documentation is https://saltstack.com/spirofs

Installation

  1. Have pip for the Python that salt is installed into

  2. pip install spirofs (Adapt as necessary)

  3. Configure the salt master (see docs)

  4. Restart the salt master

Note: libsodium is used, but is pre-packaged in the binary wheels. If these are not used on your system for whatever reason, install either libsodium-dev (apt) or libsodium-devel (yum).