Commit Graph

57 Commits

Author SHA1 Message Date
Paul Montero
7ae4ddba66 Update readme with single user installation 2016-11-18 14:41:34 -05:00
Maarten Bezemer
d295084046 Fix Ansible Galaxy URL 2016-11-17 23:13:17 +01:00
Piotr Kuczynski
4ec735bb9c Update mpapis key id to full length 2016-11-15 11:07:07 +01:00
Pavel Litvyak
f24f1eb327 Add possibility to skip bundler installation 2016-11-10 14:54:41 +03:00
R.J. Robinson
2f285f5487 spell check 2016-10-04 12:11:45 -04:00
R.J. Robinson
ee0db784e5 Updated readme
proposed change for issue #75
2016-10-04 12:09:21 -04:00
R.J. Robinson
9e08815544 update readme
updated readme to better reflect passing in more than one ruby version.
2016-10-03 15:26:08 -04:00
Jeremy Pinhel
0a585b929d Update README.md
change sudo for become
2016-06-18 02:46:07 +02:00
Nick Janetakis
aefe5b0556 Add note in readme about setting default ruby 2015-03-15 15:05:46 -07:00
Mike Chau
f4081f08c4 Add option for passing ruby install flags 2015-01-28 21:27:02 -06:00
tipair
5fe16e21e2 Allow users to configure the autolibs mode of installed rvms.
On Ubuntu 14.04 without sudo, the default autolibs mode 2 causes the
role to hang when trying to install ruby-1.9.3-p0.
2015-01-21 16:55:32 -06:00
Nick Janetakis
7bab6b78e7 Merging latest changes 2014-12-12 08:23:44 -05:00
Nick Janetakis
eac27af50c Add rvm1_user so you can set the rvm directory owner 2014-12-12 08:20:59 -05:00
Michal Papis
c8dae208fd update rvm installation path 2014-11-21 18:55:20 +01:00
Nick Janetakis
2fc88e9a05 Add a note about sudo: True for user installs, Fixes: #19 2014-11-19 10:40:20 -05:00
Nick Janetakis
61a4a2db25 Add the GPG server variable to the readme 2014-11-07 10:41:20 -05:00
Nick Janetakis
32b4313d31 Add gpg variable to the readme 2014-10-29 09:39:00 -04:00
Nick Janetakis
a1faa54af6 Remove the python-httplib2 dependency
Rather than check the remote VERSION with the 'uri' Ansible module
I decided to just always run rvm update unless you specifically disable
that in the default options.

The benefits of this change is that the role no longer depends on any
packages and CentOS 7 does not have python-httplib2 anyways.

The cons of this change is that the update takes an additional 2-3
seconds to run when it was skipped previously unless needed. However, with the
elimination of quite a few tasks and logic the overall run speed of the
role is faster than before.
2014-10-16 10:22:33 -04:00
Nick Janetakis
2aacd0484d Update the default ruby version to 2.1.3 2014-10-16 10:20:59 -04:00
Nick Janetakis
97a48bd52f Merge pull request #12 from tobijb/master_centos_6_5
Add CentOS/RHEL 6.5 Support
2014-09-30 17:20:35 -04:00
Josh Brown
a27e044890 Adding CentOS/RedHat context specific tasks 2014-09-30 14:13:02 -07:00
Mokevnin Kirill
3bc02cdc01 Update README.md 2014-09-24 00:31:42 +04:00
Nick Janetakis
029b1ae037 Update the default system path in the example 2014-09-20 12:51:34 -04:00
Nick Janetakis
2c6fd43313 Redo the readme to make it more clear 2014-09-20 12:15:44 -04:00
Nick Janetakis
2d15cea6ad Reformat tasks to make them more consistent 2014-09-20 07:46:52 -04:00
Nick Janetakis
4a63c21a72 Fix example playbook 2014-07-30 17:14:06 -04:00
Nick Janetakis
6c330f3032 Add a note about using sudo in the playbook example, update #4 2014-07-18 18:15:24 -04:00
Nick Janetakis
818c1ccdf1 Move the example playbook under the installation section 2014-07-18 16:44:02 -04:00
Nick Janetakis
9c098326e7 Move the installation instructions near the top 2014-07-18 16:35:03 -04:00
Nick Janetakis
1c2b8d81c7 Install python-http2lib when necessary 2014-07-18 16:19:39 -04:00
Nick Janetakis
eb45225608 Add a link to the ansible galaxy 2014-07-03 15:17:50 -04:00
Nick Janetakis
a4c0c0873b Reference the new name 2014-07-03 15:05:32 -04:00
Nick Janetakis
85635a3639 Change the name over to rvm_io.rvm1-ansible 2014-07-03 15:02:28 -04:00
Nick Janetakis
c14d9b8d50 Fix the exposed variable example 2014-07-02 08:42:50 -04:00
Nick Janetakis
cf174f91c3 Change rvm1_rvm back to rvm1 2014-07-02 08:40:14 -04:00
Nick Janetakis
1947717539 Change facts back to variables 2014-07-02 08:39:27 -04:00
Nick Janetakis
e885a2f1ab Fix the fact description and add a test 2014-07-01 20:28:56 -04:00
Nick Janetakis
d1ffc74d78 Persist the exposed variables as local facts 2014-07-01 20:21:26 -04:00
Nick Janetakis
adf7b65bc8 Test the default group name 2014-07-01 16:37:46 -04:00
Nick Janetakis
8a6e337886 Change back the galaxy install command to nickjj.ruby for now 2014-07-01 16:20:59 -04:00
Nick Janetakis
997f8d6d0a Switch the order of how the variables are listed in the readme 2014-07-01 15:23:51 -04:00
Nick Janetakis
6144181edf Add the ability to delete a ruby version 2014-07-01 15:21:34 -04:00
Nick Janetakis
043b7976b3 Change the variables to the new role name and set the owner:group 2014-07-01 14:59:21 -04:00
Nick Janetakis
797739c17c Support installing multiple rubies in 1 run and refactor a bit 2014-07-01 13:31:01 -04:00
Nick Janetakis
b71810ebca Remove colons from the exposed variable list 2014-07-01 08:10:20 -04:00
Nick Janetakis
cac4b3eee6 Fix a markdown syntax error 2014-07-01 06:52:25 -04:00
Nick Janetakis
df64aefbac Expose popular ruby paths and refactor a bit 2014-07-01 06:50:17 -04:00
Nick Janetakis
c4fd0c17b8 Add travis-ci 2014-06-23 12:44:01 -04:00
Nick Janetakis
4f0e0c84ba Upgrade the default version to 2.1.2 2014-06-07 18:20:11 -04:00
Nick Janetakis
71e3e121de Add in the ability to download or pass in the latest stable rvm version number 2014-06-03 08:25:34 -04:00