rvm / rvm1-ansible

The official ansible RVM role to install and manage your Ruby versions.
MIT License
271 stars 136 forks source link

Update readme with single user installation #119

Closed lpaulmp closed 7 years ago

lpaulmp commented 7 years ago

Update readme with single user installation.

thbar commented 7 years ago

I wonder how hard it would be to make sure the playbook handles multiple single-user installations, maybe something similar to generic-users.

I do not have the need right now but will have later, since the client wants to reuse the server I'm provisioning for other related apps (each driven by a specific user, with its own RVM install).

I presume this would need a bit of refactoring, in order to run the "common" tasks only once, then loop over the users.

Just a couple of thoughts, I have no idea how hard this is yet, since I'm just discovering rvm1-ansible!

pkuczynski commented 7 years ago

@thbar we are always open for PR :)