My ansible project runs by the below order
-prepare web-server (on linux)
-prepare proxy-server (on linux)
-prepare database-server (on windows )
Note: web server and proxy server share some roles (common , apache …etc)
is it possible to run the servers in paralled so ansible runs on same servers at same time and not sequential ??