Caislean icon indicating copy to clipboard operation
Caislean copied to clipboard

Upload to Ansible Galaxy

Open nosmo opened this issue 9 years ago • 1 comments

Would it be a good idea to upload Caislean to Ansible galaxy once in a complete state?

nosmo avatar Dec 14 '15 16:12 nosmo

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.

@kheops2713, any thoughts?

graphiclunarkid avatar Apr 05 '16 22:04 graphiclunarkid