Salt
48 likes
Salt is a powerful remote execution manager that can be used to administer and provision servers in a fast and efficient way.
Cost / License
- Free
- Open Source (Apache-2.0)
Application type
Platforms
- Mac
- Windows
- Linux
Features
Salt News & Activities
Highlights All activities
Recent News
No news, maybe you know any news worth sharing?
Share a News TipRecent activities
Featured in Lists
A list with 21 apps by DPT without a description.
List by DPT with 21 apps, updated






Comments and Reviews
hell of a beast! dont kill yourself!
I tried out Salt, Puppet, and Ansible. Salt made a lot more sense to set up for me. It can do state management style like Puppet and task management style like Ansible and easily combine the two styles. After using it for a year, and now really trying hard to like Puppet and/or Ansible after the Broadcom purchase, I can't get over how much better Salt is... in pretty much every way. It's easier, lighter, scales better, as much if not more configuration capabilities... I think I could go on and on.
Easier to get started than Ansible, more scalable than Puppet. Since it uses pub-sub messaging to run tasks, offline systems will be brought up to date as soon as they are online unlike Ansible, but doesn't need to run an unnecessary scheduled task over and over like Puppet. Salt combines the best them all and then some. I'm so glad I gave it a shot. I'm using it to manage Linux servers and Windows desktops/laptops mostly.
Updating offline systems isn't inherent to pub-sub, you do have to configure the minion to apply highstate on boot up (which is one line in a config file and easy to push out with Salt itself like any other config file management).