Hi!
I have a use case where i want to generate an ansible inventory based on the user input. But inventory is not just like a hosts file where we defined the mapping of groups to host. I want to define a file for each host and then each host has a set of variables, similarly i also want to define files for each group and then to define a list of variables in each group. All in all, a fully customized way to create inventory with default variables already defined and also functionality to define new variables on run time along the way.
Is there such a CMD/GUI tool or something exist ? .I already know about AWX, while for AWX it doesn’t generate an inventory in such a way as I explained and also they are stored in docker volumes, and can;t be physically accessed (AFAIK) like a file structure i want.