saltstack 怎么批量执行多个脚本

[root@rbtnode1 salt]# cat top.sls
base:
'*':
- exec_shell

[root@rbtnode1 salt]# cat exec_shell.sls
exec_shell:
cmd.script:
- source: salt://script/test.sh
- source: salt://script/1.sh
- user: root

执行  salt '*' state.highstate   只执行其中一条shell脚本,怎么让他执行2条shell 脚本

已邀请:

要回复问题请先登录注册