Re: [ansible-project] Loading all group_vars content even if only one is needed

2018-05-18 Thread 0lai . mariano
I may have misunderstood the above reply. Example set-up: inventories/prod/hosts [a_server] hostname1 [b_server] hostname2 [c_server] hostname3 inventories/prod/group_vars/a_server databaseURL : URL_for_hostname1s_db inventories/prod/group_vars/b_server databaseURL :

Re: [ansible-project] Loading all group_vars content even if only one is needed

2018-02-05 Thread 0lai . mariano
I see. That explains it then. Thanks! On Friday, February 2, 2018 at 9:46:05 PM UTC+8, Kai Stian Olstad wrote: > > On Friday, 2 February 2018 13.31.19 CET 0lai.m...@gmail.com > wrote: > > > > Hi. I'm encountering a problem in my deployments which may or may not be > a > > bug. > > > > In

[ansible-project] Loading all group_vars content even if only one is needed

2018-02-02 Thread 0lai . mariano
Hi. I'm encountering a problem in my deployments which may or may not be a bug. In my inventories directory, I have the following files -- inventories/prod/group_vars/a_server inventories/prod/group_vars/b_server inventories/prod/group_vars/c_server Where a_server, b_server and c_server

[ansible-project] Variable defined in main play is not passed to included playbook

2017-04-10 Thread 0lai . mariano
I posted an issue recently on github (https://github.com/ansible/ansible/issues/23394) and was advised to post here on the user list since the issue I am encountering is not a bug. I am re-posting the content here with the response I received. I have a variable defined from