Local Inventory

Hi Guys,

we are using Ansible AWX for test we have in our infra rhel/centos/ubuntu/cisco(router/switch)windows. Our question if we want to scan all these device using ip address range like 192.168.1.0/24 and add to AWX.
Add manual each server or device it will take very long time and we dont have any cmdb server where we can pull inventory to AWX

Any advise for the same.

Hi

Add an regular ansible inventory file to a git server. At least for example network device.

Then add the git as scm in the awx inventory.
We use it to minimize awx configuration.

Christer