I am a newbie to ansible but I got to explore how to run a tasks in 
parallel by spawing a thread for each task instead of a process. My 
requirement is to run the playbook on my localhost and there is no remote 
task execution needed.
I also would like to wait for all threads to complete before I move on to a 
task that has to be serialised.

Can I chose thread vs process when it comes to parallel task execution?
If it is possible to spawn threads from ansible, are they equivalent to 
python greenthreads or pthreads or something else?

Thank you in advance!


-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/ansible-project/0d59cf96-b053-4390-8dbb-663c70403104o%40googlegroups.com.

Reply via email to