a-chernykh / railsbox

Fast and easy Ruby on Rails virtual machines
https://railsbox.io
MIT License
320 stars 52 forks source link

may templates be extracted into standalone repository? #45

Open tomashevski opened 8 years ago

tomashevski commented 8 years ago

Hello Andrey,

thank you for railsbox! it helped me a lot to get familiar with automated deployment via ansible. However it didn't work out of box for me ^(. i've got many "permission denied" errors. I am a Windows guy and also i'm new into Ansible, so it tooks me several days to fix installation without granting full access to everyone on any glitch.

I would like to share the result but it seems inappropriate to me to create pull requests of railsbox itself since ansible roles in templates is the only part i target for now. Not the whole railsbox site with frontend and rails controllers.

May I suggest to extract roles from templates into separate repository and submodule?

PS: my ultimate target is to port your templates to Debian (CentOs) yet still be compatible with Ubuntu. Please share your arguments on this.