On 01. sep. 2016 12:39, Uwe Sauter wrote:
Yes, that I've alredy figured out. But what if I want to group my playbooks inside different folders but the group and host vars should be the same? Is there an option to tell Ansible where to look for those folders?
I don't think that is possible. You need to have the group_vars and host_vars in the inventory directory or the playbook directory. group_vars and host_vars in the playbook directory will overwrite those in the inventory directory if both exist.
-- Kai Stian Olstad -- You received this message because you are subscribed to the Google Groups "Ansible Project" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/ansible-project/46411dda-d059-221f-a049-b8d7613b0cfb%40olstad.com. For more options, visit https://groups.google.com/d/optout.
