pick the inventory depends on my env variables ?

Hi All

Can someone help me on how to execute the AWX template/playbook Template in such a way that it has to pick the inventory depends on my env variables ?

You could have multiple ansible.cfg and access them via different env

Changes can be made and used in a configuration file which will be processed in the following order:

* ANSIBLE_CONFIG (an environment variable)
* ansible.cfg (in the current directory)
* .ansible.cfg (in the home directory)
* /etc/ansible/ansible.cfg