adding vcenter to tower caused hosts displayed with ids

I added VMWare VCenter credential type to AWX interface and also added source of my VCenter. I can see the vms on my VCenter but all are imported with their name_id format which i don’t want. How can i tell AWX (Tower) to import VCenter vms with just their name or display them as their names?

I checked the instance filters part but couldn’t find the way to tell AWX import just names.

Interesting, we import vmware hosts on our own internal infrastructure and this doesn’t happen (it’d be seriously annoying if it did). You might ask the ansible core channel(s) to see what they recommend… We pull in the ansible vmware inventory file into AWX: https://github.com/ansible/ansible/blob/devel/contrib/inventory/vmware_inventory.py

Still very new to this but I had the same problem and found this in the ini

https://github.com/ansible/ansible/blob/6bc3f98eee2b1f1496d35aa0357b924ab0cb7d0f/contrib/inventory/vmware_inventory.ini#L51

I am messing around with different options to see what I can come up with as a work around.