如何将自定义支柱与 salt orchestrate 一起使用?
How to use custom pillar with salt orchestrate?
是否可以为 salt orchestrate 设置自定义支柱。
我在手册中找到了这个:
salt '*' state.highstate pillar='{"update_archive_name": "new_archive_name.zip"}'
这个例子工作正常。
但我需要为编排过程设置自定义支柱。我这样尝试:
salt-run state.orchestrate orchestration.install_update pillar='{"update_archive_name": "new_archive_name.zip"}'
而且这个变体不起作用。
如何使用自定义支柱在 salt 中更正 运行 编排?
是否可以为 salt orchestrate 设置自定义支柱。
我在手册中找到了这个:
salt '*' state.highstate pillar='{"update_archive_name": "new_archive_name.zip"}'
这个例子工作正常。
但我需要为编排过程设置自定义支柱。我这样尝试:
salt-run state.orchestrate orchestration.install_update pillar='{"update_archive_name": "new_archive_name.zip"}'
而且这个变体不起作用。
如何使用自定义支柱在 salt 中更正 运行 编排?