index.rst 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. =======================
  2. Salt Community Projects
  3. =======================
  4. This page contains links to Salt-related projects created by community members.
  5. If you come across a useful project please add it to the list!
  6. Hubblestack
  7. ===========
  8. Hubble is a modular, open-source security compliance framework built on top of
  9. SaltStack. The project provides on-demand profile-based auditing, real-time
  10. security event notifications, automated remediation, alerting and reporting.
  11. http://hubblestack.io/
  12. alkali
  13. ======
  14. alkali is a collections of SaltStack states and pillar data that provide just
  15. the basics for provisioning Linux instances that may be built upon. alkali is
  16. a starter kit of sorts, to help new users to SaltStack get up-and-running
  17. quickly with the most commonly used, core packages.
  18. https://github.com/zulily/alkali
  19. buoyant
  20. =======
  21. buoyant leverages docker to provide an alternative to VM-centric SaltStack
  22. development environments. buoyant containers may be spun up nearly instantly,
  23. once an initial docker image has been built.
  24. https://github.com/zulily/buoyant
  25. Salt Sandbox
  26. ============
  27. Salt Sandbox is a multi-VM Vagrant-based Salt development environment used
  28. for creating and testing new Salt state modules outside of your production
  29. environment. It's also a great way to learn firsthand about Salt and its
  30. remote execution capabilities.
  31. https://github.com/elasticdog/salt-sandbox
  32. Salt Vagrant Demo
  33. =================
  34. A Salt Demo using Vagrant.
  35. https://github.com/UtahDave/salt-vagrant-demo