Given a need to provision 2+ instances of a cloud resource, such as the 
below, is there a way to provision them in parallel?

---
- hosts: localhost
  connection: local
  tasks:
    - local_action:
        module: rds
        name: "{{ item.name }}"
        ...
      with_items: rds_instances

-- 
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/82921baf-d360-4e79-ae88-b337ff0aea21%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to