Hi all
Can someone help which is the default inventory path in awx server if we did not specified any while installation.
Thanks in advance.
Hi all
Can someone help which is the default inventory path in awx server if we did not specified any while installation.
Thanks in advance.
I have installed with docker container setup I have saw all where is aws_task and aws_web containers.Not present in default /etc/ansible/hosts also.
Hi,
https://docs.ansible.com/ansible-tower/latest/html/administration/tipsandtricks.html
https://docs.ansible.com/ansible-tower/3.2.3/html/userguide/inventories.html
If your concern is to add inventory then from browser/awx gui go to inventory and you can create or modify or delete.
In cli Go to awx task docker and do below steps.
create a file with any name and enter all host name u want to add(hosts-new) and say those hosts are in WebHost.
$awx-manage inventory_import --inventory-name WebHost --source hosts-new
Please check if it helps.
With regards
Hi thank you so much for the reply
My main concern was is some where in awx_task container we will able to get the inventory details which are already in UI.
I have create lot of hosts under one inventory but I did not see any information in server.
Is there any sync between UI and CLI.