Use of salt SSH, salt syndic and salt API in SaltStack
catalogue
1, Salt SSH
2, Salt syndic
3, Salt API
1, Salt SSH
Salt SSH is a temporary alternative to minion installation on some hosts. Therefore, salt SSH can run independently without minion. During the interaction, SSH pass is used for password interaction and works in serial mode, so the performance is also slightly degraded.
##Instal ...
Added by activomate on Tue, 04 Jan 2022 03:20:10 +0200
Saltstack return and job management
return of SaltStack component
The return component can be understood as the SaltStack system stores or returns the data returned by Minion to other programs. It supports a variety of storage methods, such as MySQL, MongoDB, Redis, Memcache, etc. through return, we can record each operation of SaltStack and provide a data source for future ...
Added by pmmenneg on Mon, 08 Nov 2021 22:58:45 +0200
SaltStack data system
1SaltStack data system
SaltStack has two major data systems:
GrainsPillar
2 SaltStack data system components
2.1 Grains of saltstack components
Grains is a component of SaltStack, which stores the information collected when minion starts. Grains is one of the most important components in SaltStack components, because we often use it in ...
Added by crazykid on Tue, 02 Nov 2021 15:38:40 +0200
Saltstack automatic operation and maintenance tools - preliminary environment deployment
Saltstack automatic operation and maintenance tools - preliminary environment deployment
Document reference:
1.1 GitHub address;
https://github.com/ansible/ansible
https://github.com/saltstack/salt
1.2. Record the execution to mysql;
https://docs.saltstack.com/en/latest/ref/returners/all/
1, Comparison betwee ...
Added by imstupid on Fri, 13 Mar 2020 06:38:18 +0200
Initialize saltstack minion
Many people will struggle between saltstack and ansible. Whether saltstack is good or ansible is good. First of all, we should realize the advantages and disadvantages between them.Saltstack is based on zero mq messaging system, which can achieve high concurrency (theoretically, a salt-master can concurrently run 1000 minions in a short time), ...
Added by php_blob on Sun, 06 Oct 2019 05:54:39 +0300
[0723] Automated Operation and Maintenance-saltstack
Introduction to 24.1 Automation Operation and Maintenance
Understanding Automation Operation and Maintenance:
Traditional operation and maintenance is inefficient and most of the work is done artificially.
Traditional operation and maintenance work is cumbersome and error-prone.
Traditional operations do the same thing over and over again eve ...
Added by bfuzze_98 on Sun, 04 Aug 2019 16:10:06 +0300