Hello! Anyone have thoughts on how to best organize a repo for ansible? One big’un vs repo per role, etc?
Thanks!
Hello! Anyone have thoughts on how to best organize a repo for ansible? One big’un vs repo per role, etc?
Thanks!
I generally like, for internal stuff, less repos than more, as it more easily faciliates rearranging things without history, and reduces the number of git commands involved and things to manage. Also allows commits spanning roles to have better history.
(Public roles for galaxy do require one per repo right now, because that makes it easier to work with the git backend)