Chapter 4. Defining the State of Your Infrastructure
In the previous chapter, we finished our deep dive of the remote execution system inside Salt. Remote execution is the foundation upon which all of the rest of Salt rests. In this chapter, you will learn about one of the most important systems: "the state system." You will learn the following:
- How states are structured and how to write our first state
- About the various pieces of the state declaration
- How to expand our state declarations to encompass multiple pieces of a state
- About ordering states with requisites
Our first state
Without further ado, let's write our first state. All Salt-specific files that aren't Python files end in the extension .sls
. By default, the states are located in the /srv/salt/ ...
Get Learning SaltStack - Second Edition now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.