I’m using AWX version 23.5.1, and I’d like to enhance my VMware inventory by adding a subgroup to a group. I found the parent_group parameter in the documentation, but I don’t know how to use it. I can’t find any references to it in the vmware_inventory.py script.
I wasn’t clear enough, I want to retrieve the name of the parent group which is stored in a variable (config.annotation)… but from what I see this parameter does not accept variables, only strings (
so unless i create a source per group with the name of the parent hardcoded I don’t see how to do it