Today, we are using the approach as suggested by the official documentation (directory layout) http://docs.ansible.com/ansible/latest/playbooks_best_practices.html
but, if you have a big number of regions/different-pops and huge number of servers. so, It’s become a bit confused to be maintained.
So, my goal is to find a way to merge the ‘host’ inventory that has the usual “[services1]” and ‘groups_vars/services1’ to become a single ‘services.yml’, for me it is the best way.
p.s: I tried to use the INI format, but the fact is because do not fit well due to we use big number of variables (strings, arrays) for different regions & pops.