Re: [ansible-project] Re: Ansible inventory organization

2019-03-25 Thread Sascha Andres
Hi, thanks Steve, this is what I was looking for. I have found intersection in the configs now. Thanks again, Sascha On Monday, March 25, 2019 at 1:47:28 PM UTC+1, Steve R wrote: > > If you want an intersection, try: > > ansible-playbook --limit production:\&www > > Or if you just want to run

Re: [ansible-project] Re: Ansible inventory organization

2019-03-25 Thread S C Rigler
If you want an intersection, try: ansible-playbook --limit production:\&www Or if you just want to run on "servera" and "serverb", you can do it like this: ansible-playbook --limit ~server[ab] --Steve On Mon, Mar 25, 2019 at 7:24 AM Sascha Andres wrote: > > Hi, > > maybe to be clearer: I want

[ansible-project] Re: Ansible inventory organization

2019-03-25 Thread Sascha Andres
Hi, maybe to be clearer: I want the intersection of production & www. Kind regards, Sascha -- You received this message because you are subscribed to the Google Groups "Ansible Project" group. To unsubscribe from this group and stop receiving emails from it, send an email to ansible-project+u