I’m working with the vmware inventory script, in the vmware_inventory.ini i’m trying to use the “groupby_custom_field_excludes” filter but i can’t make it work, i didnt found examples on google, do you have some examples to give me ?
i’m already using custom_field_group_prefix with success and the value of groupby_custom_field is set to True.
Awx vendors (copy and paste at a point in time) a copy of ansible’s dynamic inventory. We do this because we know it to work with the dependencies that we pin (i.e. boto version for aws or shade version for openstack). Therefore, the feature set of the vendored version may be behind upstream releases of ansible.
Now let’s try and find this feature in Ansible. After some googling I see that PR 36877 added support for the feature your looking for! https://github.com/ansible/ansible/pull/36877 From the PR tags we can see that it affects ansible 2.6 so let’s go to the 2.6 branch.