On Friday, 2 February 2018 19.06.22 CET Carl Wainwright wrote: > I trying to understand if my setup is correct or not given the subject > matter. > > When I run a playbook on a particular host and a host_vars file for another > host has a syntactical error the playbook execution fails because of the > broken host_vars file. >
<snip /> > > The playbooks are executing using the host names only. The playbooks all > start with > > - hosts: dockerengines > > Is this behavior normal or am I causing this by how my inventory/playbooks > are defined? > This is by design, Ansible will read all the files in the inventory that includes group_vars and host_vars. -- 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/8786082.Y3BkNSHhoS%40x1. For more options, visit https://groups.google.com/d/optout.
