form参数的使用

时间:2021-07-30 17:40:51

以前,一直用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参数的使用