You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I looked into this today. Ansible Galaxy makes some assumptions about how code is organised that aren't true for us:
The publishing user has to be a github account (equalitie is a github organisation, not an account)
Each individual role has to be a github repository (we have lots of roles in the same repository)
(It is at least possible to add a requirements.txt file to a role repository that will download and install other roles as dependencies - which Caislean would need to do).
I can't see an advantage to splitting up Caislean across multiple repos, and transferring those to a new user, just so we can share it on Ansible Galaxy under an appropriate name. I propose we close this.
Would it be a good idea to upload Caislean to Ansible galaxy once in a complete state?
The text was updated successfully, but these errors were encountered: