Basically I want to run my secondary playbook on a specific number of hosts in a specific group (I have shown just one example of a group here i.e. umar, I intend on having three groups) using var_prompts, the group is going to be specified in my main file whereas the logic for particular host selection will reside in each of the 3 secondary playbooks for example the user wants to modify the first 3 nodes (from a total of 15) in the group named umar
On Monday, August 18, 2014 5:36:18 AM UTC-7, Michael DeHaan wrote: > > Take a look at the docs of the "group_by" module if you want some more > elegant output based on dynamic criteria. > > > > On Mon, Aug 18, 2014 at 7:44 AM, Brian Coca <[email protected] > <javascript:>> wrote: > >> The when does not affect the include itself, it gets added to all tasks >> included. >> >> -- >> 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] <javascript:>. >> To post to this group, send email to [email protected] >> <javascript:>. >> To view this discussion on the web visit >> https://groups.google.com/d/msgid/ansible-project/CADn%2BHsz2fUOsaQ0Km6_Shmf3DtRm%2BDsoUdiubLefSuR51WESnQ%40mail.gmail.com >> >> <https://groups.google.com/d/msgid/ansible-project/CADn%2BHsz2fUOsaQ0Km6_Shmf3DtRm%2BDsoUdiubLefSuR51WESnQ%40mail.gmail.com?utm_medium=email&utm_source=footer> >> . >> For more options, visit https://groups.google.com/d/optout. >> > > -- 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/b1738645-5a16-4436-9830-5ec08081aeb3%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
