码迷,mamicode.com
首页 > 其他好文 > 详细

saltstack

时间:2020-06-28 18:44:53      阅读:51      评论:0      收藏:0      [点我收藏+]

标签:df -h   art   文件   空间   开机自启   The   cte   ini   ack   

在主机上安装saltstack    首先需要epel源, 其次安装:yum install salt-master -y                开机自启动:chkconfig salt-master on

在别的服务器上应该安装yum install salt-minion -y                                                               开机自启动:chkconfig salt-minion on

 

更改配置文件。 vi /etc/salt/mast             文件里取消这两个注释,第一层取消注释,第二层留两个空格,第三层留四个空格

 file_roots:
    base:
      /srv/salt/                                                                pillar_roots:

                                                                          base:
                                                                              - /srv/pillar

 接下来启动salt: /etc/init.d/sald-master start

 

然后更改salt-minion上的 vim /etc/salt/minion 

/#id  添加个自己设定的名字  

/master   添加IP地址 主机端的。

 

然后在master端输入

[root@ceshi3 ~]# salt-key
Accepted Keys:
Denied Keys:
Unaccepted Keys:
jinyun
Rejected Keys:
[root@ceshi3 ~]# salt-key -A

The following keys are going to be accepted:
Unaccepted Keys:
jinyun
Proceed? [n/Y]

 

命令: salt‘*‘ test.ping        检查主机是否存活    目标  模块  参数(方法)

最万能的命令 salt ‘*‘ cmd.run ‘df -h‘        查硬盘空间

拷贝:salt-cp ‘*‘  /yaokaobei/dewenjian   /mubiaoweizhi        *代表的目标主机

 

saltstack

标签:df -h   art   文件   空间   开机自启   The   cte   ini   ack   

原文地址:https://www.cnblogs.com/yun9678/p/13204296.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!