jlund / mazer-rackham

Sample Ansible Playbook for Rack applications that installs Nginx, Passenger, Ruby 2.0.0 (or 1.9.3), Bundler, and git. It also demonstrates how to deploy a basic Rack application using Ansible.
MIT License
165 stars 25 forks source link

Submit roles to Galaxy? #5

Open mpdehaan opened 10 years ago

mpdehaan commented 10 years ago

Just thought I might suggest it...

Would you be interested in splitting these into roles in a seperate directory and submitting to galaxy.ansibleworks.com?

I know you have some great content so I figured I would give it a shot.

You would then be able to have a setup.sh that was just

ansible-galaxy install username.role1 username.role2 username.role2 etc to fetch all the roles, and this would allow more people exposure to this content.

Anyway, just a suggestion -- feel free to close this ticket!

jlund commented 10 years ago

I think that's a great idea. I should have time to work on this right after the holidays!

jlund commented 10 years ago

I just submitted the Ruby roles to Galaxy. I should be able to get the Nginx/Passenger stuff packaged up soon.

kevinold commented 10 years ago

+1 for adding these to galaxy!

jlund commented 10 years ago

I'm still planning on getting this completely converted to Galaxy soon.