Ansible nested host_vars folders

I'm trying to group all host_vars files by their parent and I have the following folder structure: - mail.yml - hosts.yml - group_vars/ - pool1.yml - pool2.yml - host_vars/ - ns1.me.yml ........