Bogdan
2fe10dfddd
changed ruby version to 2.2.2
2015-07-22 22:23:06 +03:00
Nick Janetakis
26bf7f99d5
Merge pull request #41 from svyatov/patch-1
...
Fix bundler installation shell command
2015-04-27 10:23:00 -07:00
Leonid Svyatov
e55d541696
Fix bundler installation shell command
2015-04-27 17:53:56 +03:00
Nick Janetakis
9862ed26fb
Merge pull request #40 from udondan/master
...
Install bundler if it's missing
2015-04-22 11:23:19 -07:00
udondan
3c3cb4f09b
Installing bundler
...
Fixes #35
2015-04-22 15:22:53 +02:00
Nick Janetakis
aefe5b0556
Add note in readme about setting default ruby
2015-03-15 15:05:46 -07:00
Nick Janetakis
52e8a7ae9b
Merge pull request #30 from mikechau/feature/ruby-install-flags
...
Add option for passing ruby install flags
2015-01-29 04:36:14 -08:00
Nick Janetakis
fdf8507057
Merge pull request #29 from preact/bugfix/custom-user-installs
...
fixes the rvm install when rvm1_user is specified
2015-01-29 04:35:42 -08:00
Mike Chau
f4081f08c4
Add option for passing ruby install flags
2015-01-28 21:27:02 -06:00
Lorenzo Pisani
861c0e6d4b
fixes the rvm install when rvm1_user is specified
...
- use rvm1_user for the gpg keys
- use rvm1_user when installing rvm
- use rvm1_user when updating rvm
- use rvm1_user when configuring rvm
2015-01-28 11:40:57 -08:00
Nick Janetakis
e22e6651f8
Merge pull request #28 from ajitgeorge/autolibs
...
Allow users to configure the autolibs mode of installed rvms
2015-01-21 16:11:03 -08: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
d4795aa116
Merge pull request #20 from rvm/bugfix/gh_20__fix_rvm_system_path
...
Update rvm install path to revert to the old path
2014-11-21 11:24:39 -05:00
Michal Papis
4729781077
fix rvm system path
2014-11-21 12:32:18 +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
4ec20d2654
Compare the rvm key to an empty string explicitly
2014-11-07 10:40:07 -05:00
Nick Janetakis
c5f66ae3d4
Merge branch 'master' of ssh://github.com/rvm/rvm1-ansible
2014-11-07 10:24:22 -05:00
Nick Janetakis
df3983cada
Merge branch 'master' of ssh://github.com/rvm/rvm1-ansible
2014-11-07 10:23:57 -05:00
Nick Janetakis
361d404995
Import GPG keys on every run
2014-11-07 10:20:13 -05:00
Nick Janetakis
7194241ee8
Merge pull request #17 from ahmednuaman/master
...
Move the GPG URL into a variable
2014-10-31 11:14:20 -04:00
Ahmed Nuaman
8dcb72c141
no longer hard coding gpg server url
2014-10-31 13:44:43 +00:00
Nick Janetakis
32b4313d31
Add gpg variable to the readme
2014-10-29 09:39:00 -04:00
Nick Janetakis
8ccecc0c6c
Merge pull request #15 from hasanen/import-gpg-keys
...
Added task for GPG key imports. Fixes rvm/rvm1-ansible#14 .
2014-10-29 09:33:03 -04:00
Joni Hasanen
4a6fc61bd0
Made changed @nickjj suggested
2014-10-29 15:29:46 +02:00
Joni Hasanen
86ee62a525
Removed duplicated option
2014-10-29 15:26:05 +02:00
Joni Hasanen
8e331da4d1
Overriding default 'changed' result reporting
2014-10-29 15:18:44 +02:00
Joni Hasanen
9928a16e69
Added task for GPG key imports. Fixes rvm/rvm1-ansible#14 .
2014-10-29 15:18:44 +02:00
Nick Janetakis
7b554cc30f
Remove unused OS specific files
2014-10-16 10:26:24 -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
98a4eb88b2
Update the default ruby version to 2.1.3
2014-10-16 10:21:54 -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
Nick Janetakis
455396f3c3
Merge pull request #10 from mokevnin/patch-1
...
Fix incorrect variables in README.md
2014-09-23 17:04:30 -04: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
05687378bb
Fix rvm binary path when detecting the version
2014-09-20 12:28:59 -04:00
Nick Janetakis
8580ba1a65
Update the travis tests
2014-09-20 12:20:46 -04:00
Nick Janetakis
bba24dc849
Upgrade to Ansible 1.7.1
2014-09-20 12:17:42 -04:00
Nick Janetakis
ea043de365
Symlink the binaries when doing a system install
2014-09-20 12:16:44 -04:00
Nick Janetakis
027f7e8c1a
Comment the defaults file
2014-09-20 12:16:11 -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
1e7ba0b138
Force sudo as root when installing httplib2, fix : #5
2014-08-15 10:57:55 -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