码迷,mamicode.com
首页 > Windows程序 > 详细

saltapi中expr_form参数的使用

时间:2016-09-27 10:17:01      阅读:591      评论:0      收藏:0      [点我收藏+]

标签:

以前,一直用compound参数,

现在,想要并行执行salt命令,那list就派上用场了。

同时传多个主机列表,用逗号分隔,然后,用list参数传,就好。

[root@c1773 deployop]# curl -k https://10.2.74.41:8000/      -H "Accept: application/x-yaml"      -H "X-Auth-Token: 7efbcb3dac9d99c5504b5543f96c06f9bd30e1bb"      -d client=‘local‘      -d tgt="cn29-1.4.174.127","c91-1.5.174.57" -d expr_form=‘list‘ -d fun=‘test.ping‘

return:
- cnsz29-10.2.4.127: true
  cns91-10.25.1.7: true

 

saltapi中expr_form参数的使用

标签:

原文地址:http://www.cnblogs.com/aguncn/p/5911742.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!