Hi Team,
I have written lines for multiple plays in a playbook.
But the plays are executing sequential I want the plays to run parallel.
is there any option for the same
Regards,
Gowtham
Hi Team,
I have written lines for multiple plays in a playbook.
But the plays are executing sequential I want the plays to run parallel.
is there any option for the same
Regards,
Gowtham
Ansible has no such feature, you would need to save the plays in separate files and use utilities like xargs or parallel.