CentOS 7.2安装部署SaltStack(2)

Salt-master已经设置"auto_accept"参数为"True",minion主机"172.18.12.204"已在"Acceptd Keys"中(主机名为salt-minion设置的id或hostname)。

手动认证key("auto_accept"参数为"False"时)

# -A指确认"Unacceptd Keys"中的全部minion(unacceptd中的minion列表为红色,确认到accepted列表中后变为绿色) [root@localhost ~]# salt-key -A # -a指"Unacceptd Keys"中特定的minion # 或[root@localhost ~]# salt-key -a 172.18.12.204

简单的命令测试

# "*"表示所有"Acceptd Keys"中的minion,也可以对特定的minion执行命令; # 返回值为"True"表示master与minion连接成功 [root@localhost ~]# salt "*" test.ping

#使用"cmd.run"可以执行具体的命令 [root@localhost ~]# salt "*" cmd.run "iptables -nL"

内容版权声明:除非注明,否则皆为本站原创文章。

转载注明出处:https://www.heiqu.com/f3212b5ee4823aef1f9c031b3b507cf5.html