Ok .. Thank you for the clarification 👌

On Wed, Nov 25, 2020, 7:56 PM Vladimir Botka <vbo...@gmail.com> wrote:

> On Wed, 25 Nov 2020 10:06:41 -0800 (PST)
> Prathap Dasari <prathap12...@gmail.com> wrote:
>
> > I would like to run playbooks parallel . is it possible ?
>
> No. It's not possible. The utility "ansible-playbook" is not able to
> run playbooks in parallel. Only serial execution of plays or imported
> playbooks is available. See "import_playbook"
>
> https://docs.ansible.com/ansible/latest/collections/ansible/builtin/import_playbook_module.html
>
> Hypothetical asynchronous task "include_playbook" is probably what you
> might be looking for. There is no such module and there are no
> options how to create such task. Only tasks can be run in parallel.
> See "Asynchronous actions and polling"
> https://docs.ansible.com/ansible/latest/user_guide/playbooks_async.html
>
> You'll have to start "ansible-playbook" for each playbook you want to
> run in parallel.
>
> --
> Vladimir Botka
>

-- 
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 ansible-project+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ansible-project/CANCC9rL2gu2G%2BOP7wJcLgXw%2B4gcDsTkv%2BKT1sOjnSXY%2BX1i5ug%40mail.gmail.com.

Reply via email to