centos6安装SaltStack
Posted Lani
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了centos6安装SaltStack相关的知识,希望对你有一定的参考价值。
一 配置yum源
配置之前先备份
mv /etc/yum.repos.d/CentOS-Base.repo /etc/yum.repos.d/CentOS-Base.repo.bak
wget -O /etc/yum.repos.d/CentOS-Base.repo http://mirrors.aliyun.com/repo/Centos-6.repo
二 安装环境包
yum -y
install
python-crypto m2crypto PyYAML python-mako python-setuptools Cython
wget -c http:
//dl
.fedoraproject.org
/pub/epel/6/x86_64/epel-release-6-8
.noarch.rpm
rpm -ivh epel-release-6-8.noarch.rpm
三安装
yum -y
install
salt-master
//master
yum -y
install
salt-minion
//client
以上是关于centos6安装SaltStack的主要内容,如果未能解决你的问题,请参考以下文章
Kickstart无人值守安装Centos6系统+集成saltstack客户端程序