为了便于管理功能相似的minion,SaltStack提供了分组模式,官方文档:http://docs.saltstack.com/en/latest/topics/targeting/nodegroups.html
Node group为预先在master配置文件中定义的minion组,用来进行批量对minion操作。在master配置文件中,删除default_include: master.d/*.conf
注释。
- 编辑配置文件: /etc/salt/master.d/nodegroup.conf
|
|
- 重启master
测试通过-N参数在命令行指定运行的节点组:123salt -N minion test.ping172.16.11.211: True
- 在top file中增加组分类
|
|