Hello
One of the issue we experienced is when one host in the inventory goes down, Ansible talke time to discover and slow down the deployment process.
I am thinking if it is possible to provide the hosts dynamically, e.g. via an external API, http://www.example.com/hosts_list.php, so everytime I add or remove the hosts, I don’t need to update the host file and commit into our git repository.
Any idea?