Makes sense, thanks. But is there a way to parallelize delegate_to somehow? 
All looping methods I'm aware of are based on with_ and that's, as you 
said, serial.


On Wednesday, March 2, 2016 at 3:50:21 PM UTC-8, Brian Coca wrote:
>
> delegate_to is not inherently parallel or serial, there is no 
> relationships with it and forks. Parallelism depends on the play and task, 
> with_ loops are currently ONLY serial, so if you delegate_to: "{{item}}" it 
> is serial in the loop, but it is parallel across the play hosts.
>
>
> ----------
> Brian Coca
>

-- 
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+unsubscr...@googlegroups.com.
To post to this group, send email to ansible-project@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ansible-project/e874c7fd-04b2-4593-9ed7-3ac9e87037ef%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to