Ansible AWX 22.x - Configuring Dynamic inventory for vcenter

Hi Folks,
I have performed my first install of AWX under a k3s cluster.

Things are looking fine so far, but I am now trying to get my initial inventyory from vcenter set up. I tried following a few of the online pointers, but have not been success. Anyone have a clue on how to set this up.

Here is a snapshot of my setup using k3s:

kubectl get pods
NAME READY STATUS RESTARTS AGE
awx-operator-controller-manager-67bcc886fb-2hq8b 2/2 Running 0 24h
awx-postgres-13-0 1/1 Running 0 24h
awx-task-5fb6b9b7fb-skg7x 4/4 Running 0 24h
awx-web-5b75bd89bd-psxzw 3/3 Running 0 24h

I am running on RHEL 9.1 as the host OS.

Hi, here are the official docs on setting this up https://docs.ansible.com/automation-controller/latest/html/userguide/inventories.html#vmware-vcenter

let us know if you need further help

AWX Team

its working for me. Thanks.