On 28.04.16 17:44 Shua Talansky wrote:
> ├── prod
> │ ├── selenium_hub
> │ │ └── vars.yml
> I get variables that are defined under prod website - what am I doing wrong?
I thought host-specific variables are in a directory called host_vars
(or host_vars/foobar for the host foobar), while group-specific
variables go into the directory group_vars.
So I am surprised you mixed these by having a selenium_hub folder in
your prod-group_vars folder. Maybe that's causing the issue?
Johannes