命令格式
salt ‘<操作目标>‘ <方法>[参数]
查看被控主机内存使用情况
[[email protected] ~]# salt ‘*‘ cmd.run ‘free -h‘ node2: total used free shared buff/cache available Mem: 727M 127M 406M 5.1M 194M 473M Swap: 1.5G 0B 1.5G
查看以node开头的主机IP是否联通
[[email protected] ~]# salt -E ‘^node‘ test.ping node2: True node3: True
时间: 2024-10-14 07:23:02