Ok that makes sense but causes a problem for my layout. I have . ├── group_vars │ ├── all.yml │ ├── groupA.yml │ ├── groupB.yml │ └── groupC.yml ├── inventory │ └── ec2 │ ├── eu-west │ │ ├── inventoryA │ │ └── inventoryB │ └── us-east │ ├── inventoryA │ └── inventoryB
There are many inventories. Currently I have all plays use the groups defined in the main group_vars. If I was to move some common groups_vars to the inventory then they would be duplicated for each inventory. Unless im missing something I was hoping there would be a way of having ansible look at the playbook_dir instead of its current dir when evaluating the group_vars. J -- 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/fcb75873-8532-4aad-9d22-1dfe92bbe922%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
