saltstack:根据其他 minions 的 grains[id] 来定位 minions
saltstack: Targeting minions based on grains[id] of other minions
在部署过程中:启动了两个 minions,如果另一个 minion 具有特定的 grain,我想瞄准一个 minion['id'],我该怎么做?
使用 -G
选项,您可以通过 grains 数据定位 minions
见https://docs.saltstack.com/en/latest/topics/targeting/
不确定 I want to target one minion if the other minion has a specific grain['id'], how would I do that
是什么意思。
但是如果你想做一些复杂的targeting,可以试试salt orchestration
在部署过程中:启动了两个 minions,如果另一个 minion 具有特定的 grain,我想瞄准一个 minion['id'],我该怎么做?
使用 -G
选项,您可以通过 grains 数据定位 minions
见https://docs.saltstack.com/en/latest/topics/targeting/
不确定 I want to target one minion if the other minion has a specific grain['id'], how would I do that
是什么意思。
但是如果你想做一些复杂的targeting,可以试试salt orchestration