Saltstack is a new configuration management and remote execution tool after Puppet and Chef, and Saltstack is getting more and more attention at present.
Compared with Puppet, saltstack is not so bulky, feeling lighter; unlike Puppet, which has its own DSL for writing configuration, Saltstack uses YAML as the configuration file format, which is simple and easy to write, and also easy to generate dynamically; In addition, Saltsta CK is very fast when executing commands remotely, and it also contains a rich module.
Saltstack is open source software, whose source code is hosted on GitHub and can be installed and used in reference to its official documentation.
Installation is very simple, download a Epel source, and then directly yum on me ~
xiaorui.cc
Master Master
Yum Install Salt-master
Start
Salt-master-d
Client clients
Installation
Yum Install Salt-minion
Need to fill in the main IP
Start
Salt-minion-d
We can see if the client requests authentication at Master view!