I know we can have group_vars/all, which will apply to all hosts. But is there a way to make a second group_vars file that will also apply to all hosts?
I ask because I’d like to have a Vault-encrypted vars file, in addition to an unencrypted one. If it was only for a specific group X, I would create a second group Y, with X as a child, and then create group_vars/X and group_vars/Y. But I’m not sure if I can do this for a group that applies to all hosts.
Thanks.