Hello,
I have a playbook where the hosts are listed by name instead of "all".  

---
- hosts: host1
  roles:
     - role1
     - role2

- hosts: host2
     - role 1
     - role 3
     - role 5

and so on

However this doesn't help with the forking as it will only execute one host 
at a time. Is there a way to set it to fork when the playbook is arranged 
out in this manner?

Thanks

-- 
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/462fb88e-f33a-4f95-8916-648b371dae34%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to