I read that by default, for each task, Ansible will fork five parallel 
threads (called forks) and execute these threads in parallel across five 
nodes in the inventory. Once these tasks finish, it will target the 
remaining devices in the inventory in a batch of five nodes.

   1. 
   
   Does that mean even if i define ansible playbook to run for 10 devices, 
   only 5 will be executed at any time? If so, does that mean that ansible 
   default behaviour is similar to using 'serial: 5'?
   2. 
   
   I have linux VM on windows PC which is used as ansible controller and 4 
   GB RAM dedicated to it. If i try to run to increase the number of forks to 
   say 7-8, will this specification support it?
   

Thanks,
Vikram

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/ansible-project/975a4b78-50dc-405f-86bd-2e6b02e13fa4n%40googlegroups.com.

Reply via email to