In my centralized ansible environment, I have a lot of roles in requirements and when running pipelines on ephemeral servers, it takes a long time to pull the roles and install it one by one from requirements.
To reduce the pull time, one solution is to have an asynchronous "ansible-galaxy role install -r requirements.yml" that installs in parallel.
Do you know if it's possible to do that now ?
I know there is a utility wrapper written in Go to do this but I can't find it anymore...
Thank you.