saltstack documentation

Alibabacloud.com offers a wide variety of articles about saltstack documentation, easily find your saltstack documentation information here online.

SaltStack Salt multiple insecure temporary file creation vulnerabilities (CVE-2014-3563)

SaltStack Salt multiple insecure temporary file creation vulnerabilities (CVE-2014-3563) Release date:Updated on: Affected Systems:SaltStack salt Description:--------------------------------------------------------------------------------Bugtraq id: 69319CVE (CAN) ID: CVE-2014-3563Salt is a basic platform management tool.Salt (SaltStack) versions earlier than January 10, have multiple security vulnerabili

Summary of common commands of Saltstack

Three methods for finding the target minion are summarized in the common commands of Saltstack: salt amp; 39; shell regular amp; 39; command salt-E amp; 39; prel regular amp; 39; salt-N $ group command salt-L amp; 39; server_id1, server_id2, server _ Saltstack common commands summarize three methods to find the target minion: salt 'shell regularize' command salt-E 'prel regularized' salt-N $ group comm

Saltstack Study Notes 4-grains

Grains is a component of Saltstack record Minion static information, we can simply understand that the grains contains some of the common properties of each minion, such as CPU, memory, disk, network information, etc. We can view a minion of all grains information through the Grains.items, Minions grains information is minions start when the collection report to master, in the actual application environment we need to customize some grains according t

Centralized management platform Saltstack installation deployment

Saltstack is generally considered to be a puppet version of the simplified version and the FuncInstallation: Deployment environment: Role Hostname Ip Operating system Python version Master Master 192.168.224.141 CentOS Release 6.4 (Final) Python 2.6.6 minion001 minion001 192.168.224.142 CentOS Release 6.4 (Fina

The saltstack of automatic operation and maintenance tools

Today try to install the Saltstack Automated OPS tool on the CENTOS7, here are the installation steps:First of all, we install the Bash-completion package, which can complement the CENTOS7 command.Yum Install-y bash-completionAbout the service startup issue:First, set up the service boot automatically:Systemctl Enable Salt-masterCheck to see if the boot startup is set up:Systemctl is-enabled Salt-masterStart the service:Systemctl Restart Salt-masterVi

Saltstack in-depth-understand the basic usage of state again

Saltstack in-depth-understand the basic usage of state againFirst, the basic Environment 1, on the basis of tvm-saltmaster operation. 2, Network: eth0:host-only (for virtual intranet, manually fixed IP, so from the host can directly connect to this VM) Eth1:nat (for Sisu network, dynamic IP) [[emailprotected]~]# cd/etc/sysconfig/network-scripts/[[emailprotected]network-scripts]#cat ifcfg-eth0device=eth0type=ethernetonboot=yesnm_controlled=yesbootproto

Saltstack Grains Components (5)

Grains is the most important component of saltstack, the role of grains is the basic information of the mobile phone is controlled by the host, these information are static data, such as CPU, kernel, operating system, virtualization, etc., on the server side can be flexibly customized according to this information, This information can be used by administrators to personalize different businesses (the first class is understood as: grains is used to di

SaltStack's salt-master salt-minion starts the Master and Minion certified salt '*' test. ping execution process

Salt-master startup processEnvironment introductionWe use the following environment to analyze the SaltStack source code:System: CentOS-7Python version: 2.7.5Saltstack version: 2015.5.2 (Lithium)We use the following method to install salt-master:Rpm-Uvh http://mirrors.opencas.cn/epel/7/x86_64/e/epel-release-7-5.noarch.rpmYum install salt-masterScenario descriptionThis section analyzes the salt-master startup process. We use the following command to st

Saltstack Quest-Install VIM, Nginx Service and configuration, custom scripts

Saltstack Quest-Install VIM, Nginx Service and configuration, custom scripts1. configuration Minion First, remove the original test minion[[emailprotected]bin]#salt-key-dtest230the followingkeysaregoingtobedeleted:acceptedkeys:test230proceed?[ n/y]ykeyforminiontest230deleted. New minion: "Svr205-2" [[emailprotected] ~]#yuminstallsalt-minion-y[[emailprotected]~]#vim/etc/salt/ Minionmaster:10.0.200.21id:svr205-2[[emailprotected]~]#servicesalt-minion sta

Saltstack+shell Automated Distribution Scripts

Purpose: Use the Saltstack tool to deploy batch servers and automate the installation (uninstall) of services (such as MySQL).[[email protected] ~]# ll total dosage 304228-rw-r--r--1 root root 311516309 March mysql-5.6.21-linux-glibc2.5-x86_64.tar.gz- Rwxr-xr-x 1 root root 6628 March 12:52 mysql_ binary installation. sh-rwxr-xr-x 1 root root 590 March 12:53 mysql_ binary Uninstall. sh[[e Mail protected] ~]#1. View the master and Minion status.

Saltstack Learning -2:returnner-Send results to Syslog and MySQL (single-sided mode)

Tags: Epel share picture images height action Write charset IDT WordOne, Returnner introduction1, by default, the execution result of the command sent to Minion is returned to Salt-master. The Saltstack Returnner interface allows the results to be sent to any system. Github:https://github.com/saltstack/salt/tree/develop/salt/returners Official website: https://docs.saltstack.com/en/latest/ref/returners/Seco

Saltstack Quick Start Summary

Saltstack is an open-source automated deployment and management tool written in python. It has good scalability and excellent execution efficiency, simple configuration, and can work on multiple platforms, often described as Func enhanced version + Puppet Lite version saltstack is an open-source automated deployment and management tool written in python. It has good scalability, excellent execution efficien

One of the saltstack series-Installation

Recently, I talked a lot with a person with technology from blizzard in China. They are testing salt, but currently puppet is used, and the number of servers is about to exceed 1000. So why do they consider testing salt and looking for another method? There must be some advantages of salt. In fact, my reputation for puppet has long been known for more than a year, although I have not studied it yet .... We also know the existence of saltstack, a simil

Iv. Saltstack How to manage objects?

Pre-Lab Environment:[Email protected] ~]# salt-key-l[Email protected] ~]# salt-key-a super65.cn-yIntroduction to Salt Management Objects:The object that Saltstack manages is called Target.Many of the objects we manage are those we need to classify different objects. How does the Saltstack classify it?It is important to plan the ID of the target in the pre-saltstack

CentOS 5 system installation saltstack Installation

CentOS 5 system installation saltstack Installation Recently, the company has some new requirements and needs to deploy some saltstack to manage some servers. So I recently studied the installation and deployment of saltstack. To be honest, if you are using a CentOS 6 or later system, you don't need to read this article because the epel software source can be dir

SaltStack practice: Remote execution-Returners,

SaltStack practice: Remote execution-Returners,Remote Execution of SaltStack-Returners @ (Learning) [SaltStack] Remote Execution of SaltStack-Returners Returners list introduction mysql returner usage 1 install pip and MySQLdb2 configure mysql database 2 configure salt-master3 Test1. Returners list Returners

Saltstack Rapid Deployment

Saltstack Batch Deployment ToolWhat is saltstack about? What's the effect? We do not introduce here, if you do not understand the students can go to the Internet search, and understand the relevant technical information.The host division of this time is:1, master:192.168.30.1312, slave-1:192.168.30.1323, slave-2:192.168.30.133First, before installing Saltstack, l

Saltstack Rapid Deployment

Saltstack Batch Deployment ToolWhat is saltstack about? What's the effect? We do not introduce here, if you do not understand the students can go to the Internet search, and understand the relevant technical information.The host division of this time is:1, master:192.168.30.1312, slave-1:192.168.30.1323, slave-2:192.168.30.133First, before installing Saltstack, l

Saltstack Learning Note 1-Installation

Application System for centos6.6,python2.6The Saltstack is divided into master and Minion,master as the control end and minion as the controlled end. I understand the architecture of Saltstack as the master instruction to bulk control minion, reduce cumbersome configuration and operation, the server less manual to operate is relatively simple, but the server to a certain amount of work can not be imagined,

Saltstack Study Notes 9-job

Any action in Saltstack will generate a Jid number on master, as shown in the previous section of data stored on Redis./REDIS-CLI MonitorOk1461054358.412376 [0 127.0.0.1:58564] "select" "0"1461054358.412717 [0 127.0.0.1:58564] "SET" "minion1:20160419162558137768" "{\" fun_args\ ": [\" hostname\ "], \" jid\ ": \" 20160419162558137768\ ", \" return\ ": \" minion1\ ", \" Retcode\ ": 0, \" success\ ": true, \" fun\ ": \" cmd.run\ ", \" id\ ": \" Minion1\

Total Pages: 15 1 .... 5 6 7 8 9 .... 15 Go to: Go

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.