What are some good ways to automate pulling down shared roles from Galaxy or shared github repos? How are people doing that today? Are you scripting ansible-galaxy or do tools like librarian-whatever exist? What’s the best way to go about this?
Thanks,
Jonathan
So galaxy already supports a requirements file:
IIRC
ansible-galaxy install -f filename
where the file is
username.rolename[,version]
username.rolename
etc
When starting this I had posted in the beginning I think I had said I’m totally open
to upgrades inspired from other tooling and want to see that happen versus a fragmentation
of downloaders.
So if there is something you would like to see in the galaxy CLI, let’s talk about it, and pull requests are quite welcome.