Caislean
Caislean copied to clipboard
Upload to Ansible Galaxy
Would it be a good idea to upload Caislean to Ansible galaxy once in a complete state?
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?