分组配置只需要修改主配置文件:
[root@centos ~]# vim /etc/salt/master
nodegroups:
testgroup1: 'node1'
配置方式如上图,保存后重启master,测试一下:
[root@centos ~]# salt -N testgroup1 test.ping
node1:
True
[root@centos ~]#
使用方法:salt -N 组名 命令
分组配置只需要修改主配置文件:
[root@centos ~]# vim /etc/salt/master
nodegroups:
testgroup1: 'node1'
配置方式如上图,保存后重启master,测试一下:
[root@centos ~]# salt -N testgroup1 test.ping
node1:
True
[root@centos ~]#
使用方法:salt -N 组名 命令