We currently have multiple repos for each of our applications and in each of these we have a group_vars for that application.
We also have a common repo with all of the common roles and tasks for every repo and application across all our infrastructure.
What we would like to do is move all the variables that are common across all the repos under one “roof”, the (common repo).
But after registering those variables then look at whatever is in the local repos group_vars for it’s specific variables.
example: I’m deploying our coredata application via Ansible.
common-repo/group_vars → coredata/group_vars - Deploy
Is something like that possible?