spirofs¶
Compatibility¶
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¶
Have pip for the Python that salt is installed into
pip install spirofs
(Adapt as necessary)Configure the salt master (see docs)
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).