Using Saltstack to Update All Hosts, But Not at the Same Time

69

Configuration management and automation tools like SaltStack are great, they allow us to deploy a configuration change to thousands of servers with out much effort. However, while these tools are powerful and give us greater control of our environment they can also be dangerous. Since you can roll out a configuration change to all of your servers at once, it is easy for that change to break all of your servers at once.

In today’s article I am going to show a few ways you can run a SaltStack “highstate” across your environment, and how you can make those highstate changes a little safer by staggering when servers get updated.

 
Read more at bc-log