group_vars and host_vars can reside in 2 locations.
- Relative to the current executing playbook file
- Relative to the inventory file
Note that I explicitly mention “file”, as that is what ansible uses when looking relative for these directories.
group_vars and host_vars can reside in 2 locations.
Note that I explicitly mention “file”, as that is what ansible uses when looking relative for these directories.