That's a pretty old post. You should read up on the "serial:" keyword in Ansible.
http://docs.ansible.com/playbooks_delegation.html#id6 serial: 1 On Thu, Jan 23, 2014 at 6:53 PM, Mike Sop <[email protected]> wrote: > Came across another ticket describing a change to make a "playbook" serial > (I'm guessing that means all tasks in the playbook): > https://groups.google.com/forum/#!searchin/ansible-project/task$20serial/ansible-project/ZrSuwsqv1m8/-o-bJTQuJnUJ > > would like to have more granular control and just specify particular > task(s) as serial, is that possible? Perhaps the intended way of doing > this is to create a new playbook for those particular tasks? Seems like > overkill but am willing to give it a shot (beats having to run ALL my tasks > with forks 1 or serial 1) > > -- > 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]. > For more options, visit https://groups.google.com/groups/opt_out. > -- Michael DeHaan <[email protected]> CTO, AnsibleWorks, Inc. http://www.ansibleworks.com/ -- 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]. For more options, visit https://groups.google.com/groups/opt_out.
