recently studied Saltstack, first contact, found him good strong, how strong? Well, I've only touched the tip of the iceberg, but it's enough for me to drink a pot.
Next, will explore the world of saltstack, can discover how many new continent, see own ability!
Salt, a new infrastructure management approach that is easy to deploy, runs in minutes, scales well, and easily manages tens of thousands of servers, fast enough, and second-level communications between servers.
The salt bottom uses a dynamic connection bus that allows it to be used for orchestration, remote execution, configuration management, and so on.
A configuration management system that maintains a predefined state of a remote node (for example, to ensure that the specified report is installed and that the specified service is running)
A distributed remote execution system for executing commands and querying data on a remote node (which can be a single node or a node selected by any rule)
The purpose of development is to provide the best solution for remote execution and to make remote execution better, faster, and simpler.
Well, the above is the introduction provided by the Saltstack China User group.
Saltstack------I understand this: Saltstack is a task system capable of solving many specific problems in the underlying environment, and he can quickly and safely communicate with remote systems and perform remote execution and deployment.
Environment preparation: CENTOS7 64bit 2 units
ip:192.168.50.130 192.168.50.131
Saltstack has not itself in Yum source, installation requires Epel
Reference link https://repo.saltstack.com/#rhel
Chinese reference: http://docs.saltstack.cn/
The following begins the installation of Saltstack
Yum Install https://repo.saltstack.com/yum/redhat/salt-repo-latest-1.el7.noarch.rpm
Yum Clean Expire-cache
Yum Install Salt-master (master 50.130)
Yum Install salt-minion (Minion 50.131)
Salt master needs to bind 2 TCP ports on the system, 4505 and 4506, respectively.
Restart Salt-minion
====================== Saturday or Sunday add =======================
Centos 7------saltstack First Contact