Commit Graph

200 Commits

Author SHA1 Message Date
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
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
659e06b15c Fix the httplib2 package name 2014-07-18 16:22:46 -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
ab7196acda Fix the rvm1_rake path 2014-07-02 15:27:27 -04:00
Nick Janetakis
1b1fd7d2c5 Add a MIT license 2014-07-02 08:47:22 -04:00
Nick Janetakis
6b1a5a1e72 Remove unused files 2014-07-02 08:45:36 -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
7555d13122 Use facts within the role 2014-07-01 20:35:10 -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
e711bf6d98 Fix the delete ruby test 2014-07-01 18:18:15 -04:00
Nick Janetakis
86c462733c Fix the deleted / really deleted tests 2014-07-01 17:52:16 -04:00
Nick Janetakis
c812fe839d Remove extra whitespace 2014-07-01 17:47:50 -04:00
Nick Janetakis
cd6d0bdfd8 Hardcode the travis home path 2014-07-01 17:42:08 -04:00
Nick Janetakis
98dc8eff10 Update the rvm install path to use /home/nick 2014-07-01 17:33:54 -04:00
Nick Janetakis
af95a3cbd8 Enable sudo for the tests 2014-07-01 17:25:07 -04:00