[ansible-project] Re: Looping over nested inventory items with conditional

2018-02-14 Thread Jason Gilfoil
Thanks! that got me what I needed. I made this slight modification to the item piece and i'm good to go! msg: "{{ hostvars[item].ansible_host }}" On Tuesday, February 13, 2018 at 5:30:55 PM UTC-5, flowerysong wrote: > > On Tuesday, February 13, 2018 at 4:02:57 PM UTC-5, Jason Gilfoil wrote: >> >

[ansible-project] Re: Looping over nested inventory items with conditional

2018-02-13 Thread flowerysong
On Tuesday, February 13, 2018 at 4:02:57 PM UTC-5, Jason Gilfoil wrote: > > > We're migrating from a single load balancer pair for all systems > (dev/test/qa/prod) to separate pairs for dev/test and qa/prod. As a result, > my previous task to pull nodes from the pool on the load balancer will no