Skip to content

Instantly share code, notes, and snippets.

@aaronice
Last active November 9, 2018 22:25
Show Gist options
  • Save aaronice/332659c8b513761ee407e67ffa0e5ffa to your computer and use it in GitHub Desktop.
Save aaronice/332659c8b513761ee407e67ffa0e5ffa to your computer and use it in GitHub Desktop.
Salt Stack @saltstack

WHAT IS SALT

Salt is a different approach to infrastructure management, founded on the idea that high-speed communication with large numbers of systems can open up new capabilities. This approach makes Salt a powerful multitasking system that can solve many specific problems in an infrastructure.

The backbone of Salt is the remote execution engine, which creates a high-speed, secure and bi-directional communication net for groups of systems.

On top of this communication system, Salt provides a configuration management system called Salt States

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment