以前,一直用compound参数,
现在,想要并行执行salt命令,那list就派上用场了。
同时传多个主机列表,用逗号分隔,然后,用list参数传,就好。
[[email protected] 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
时间: 2024-10-12 10:01:26