Table of Contents

SALT states

Documentation
Name: SALT states
Description: SALT states: Understanding the whole thing
Modification date :17/10/2018
Owner:warlock86@gmail.com & dodger@ciberterminal.net
Notify changes to: backops
Tags:

Quick description

Salt states are a set of:

That will be applied to any machine (minion) so that machine can:

Example

States basic knowledge

/srv/salt/base


python -c "from yaml import load, Loader; load(open('STATEFILE.sls'),Loader=Loader)"