[ansible-project] group_by and group vars

2014-01-03 Thread Matt Coddington
I use group_by to set up some groups in a play, but it looks like this doesn't automatically load anything i have in group_vars for those new groups. I suspect group_vars are getting picked up only at the beginning of a play. If you know the set of groups you're creating with group_by, you can

Re: [ansible-project] group_by and group vars

2014-01-03 Thread Michael DeHaan
but it looks like this doesn't automatically load anything i have in group_vars for those new groups When you say new groups, do you mean the group is not defined in inventory or is defined and does not have hosts? In either case, I would like this would work, yes. This seems like (if

Re: [ansible-project] group_by and group vars

2014-01-03 Thread Matt Coddington
thanks! i'll keep an eye on the issue and test it out when it's resolved. matt On Fri, Jan 3, 2014 at 8:56 PM, Michael DeHaan mich...@ansibleworks.comwrote: Thanks, there was a report about something about dynamic hosts and host_vars (uncommon) recently so I think the fix is likely