Molten is a WebUI for the REST API exposed by Saltstack.
Molten is a WebUI for the REST API exposed by Salt. Molten aims to make the API features accessible and to provide an easily deployable alternative to the salt cli interface. No additional service besides
salt-apiis required.
To get a quick impression have a look at the screenshots.
Make sure that vagrant is installed.
Check out this repository init git submodules and start virtual machine via vagrant:
git clone https://github.com/martinhoefling/molten.git cd molten git submodule init git submodule update vagrant up demo
Connect to http://192.168.42.43:8000/molten/ as user test with password molten.
Molten should in principle be compatible with all salt versions that include the netapi. - Function documentation is working if master and client versions are at least 2015.8.0 - Serving molten from a different location without proxy requires salt master version to be at least 2015.8.1