Hi,
I was looking at ways to re-use the ansible roles that are already defined in github by someone else. I see the options are running the local command and execute ansible-galaxy with requirements.yml and recently I have also seen collections as an option.
What would be the right choice while working with private repositories and apply the inheritance concept to dynamically load the roles from github or any source ?
Thank you !