Hi all, I would like to have the following project structure:
*.* *├── group_vars* *│ └── all.yml* *├── hosts* *│ └── localhost* *└── playbooks* * └── main.yml* The problem here is that the group_vars are not loaded in this configuration, they would need to be moved either under the 'hosts' inventory directory or under the playbooks directory. Is there any way to make the above structure work? -- 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 view this discussion on the web visit https://groups.google.com/d/msgid/ansible-project/06bbecf0-bbfe-4362-ab53-9b898dac3262n%40googlegroups.com.
