Add -g/--group option to configure command to configure all instances in a group.#17
Add -g/--group option to configure command to configure all instances in a group.#17fschulze wants to merge 4 commits intoployground:mainfrom
-g/--group option to configure command to configure all instances in a group.#17Conversation
|
see fschulze#2 |
|
tried to use the feature in an existing playbook with multi-master jails and i wasn't able to limit the configuration to the jails of a given host. is this still missing as a feature or am i missing how to use it? or do i need to define explicit, separate groups for each ez-master? |
mention the groups feature in the docs
|
Try the I guess we would need a way to apply set operations for groups. Not sure if ansible already supports something like that where we could take a look. |
|
well, the inventory shows the group with members of all ezmasters, so i can either apply the configuration to all hosts or none, which is not very useful... perhaps ploy_ansible would have to create the 'secondary' groups explicitly for each master? i.e. currently the following scenario gives an inventory of there's actually nothing wrong with that, what we would need additionally is to generate the following groups: do you think that approach could work? |
No description provided.