On Thursday, 1 February 2018 22.28.46 CET Mike Cavedon wrote: > On Thursday, February 1, 2018 at 4:03:33 PM UTC-5, Kai Stian Olstad wrote: > > It's start on 0 not 1 > > router[0] = rr01 > > > > > > Is it [inclusive:inclusive], or is it [exclusive:inclusive]? I seem to > recall the first parameter was exclusive. Maybe that was when > [exclusive,inclusive] was supported? > > If I have: > > [router] > rr[01:99] > > How do I deploy to hosts rr39 through rr49?
It's inclusive:inclusive. Since it start with 0 rr39 is 38 and rr49 is 48 so -l router[38:48] -- Kai Stian Olstad -- 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 [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/ansible-project/13208882.nkECSAY0dR%40x1. For more options, visit https://groups.google.com/d/optout.
