This might be a really dumb question. I am working on a project where the directory structure looks like the tree below. I am looking for confirmation from the forum that this will not read anything group_vars, as group_vars from what I can deduct, should live within the inventory directory, being relative to the inventory (and this cannot be changed in ansible.cfg?). Is my understanding correct?
├── apserver.yml ├── dbservers.yml ├── group_vars │ ├── all (F) │ ├── apservers (F) │ └── dbservers (F) ├── inventory │ ├── dev (F) │ └── prod (F) ├── roles │ ├── activemq │ │ ├── tasks │ │ │ ├── main.yml For avoidance of doubt, (F) means the entry is a file. -- 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/0c31e9d6-74f7-454a-915d-73fbd6eacb18%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
