[ansible-project] Re: Cumulative group variables?

2016-10-24 Thread Mike Biancaniello
So, the problem is that you can't combine lists, but you can merge dicts (it's a config setting, default=false). This will require either a double for loop or, (my preference, especially if you are going to use this type of construct a lot) a filter to combine them. # file: /group_vars/tors

[ansible-project] Re: Cumulative group variables?

2016-10-24 Thread Cody John
On Monday, October 24, 2016 at 12:22:53 PM UTC-7, Cody John wrote: > > I'm working on modeling our datacenter top-of-rack switches in Ansible, > and have run into a potential problem with my approach. The basic idea is > to use a hierarchal group structure that starts with general purpose