Groups
Groups
Sign in
Groups
Groups
Ansible Project
Conversations
About
Send feedback
Help
Parallel execution of local action with multiple items
13 views
Skip to first unread message
Baraa Basata
unread,
Jun 25, 2015, 11:08:37 PM
6/25/15
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to ansible...@googlegroups.com
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
Reply all
Reply to author
Forward
0 new messages