How to run multiple playbooks in parallel? Async and poll don't seem to support "Include playbook"

98 views
Skip to first unread message

Shruti Kembhavi

unread,
Jul 5, 2016, 8:44:29 AM7/5/16
to Ansible Project
How to run multiple playbooks in parallel? Async and poll don't seem to support "Include playbook"

I want to do something like 

- include: ../abc.yml
  async: 500
  poll: 0
  tags: [abc]



- include: ../xyz.yml
  async: 500
  poll: 0
  tags: [xyz]


I get this :
ERROR! 'async' is not a valid attribute for a PlaybookInclude


Is this even possible with Ansible modules?

Shruti Kembhavi

unread,
Jul 5, 2016, 8:44:30 AM7/5/16
to Ansible Project
Reply all
Reply to author
Forward
0 new messages