jlund / ansible-ruby-1.9.3

Ansible role that compiles and installs Ruby 1.9.3 (https://www.ruby-lang.org) and Bundler (http://bundler.io).

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ruby-1.9.3

Ansible role that compiles and installs Ruby 1.9.3 (https://www.ruby-lang.org) and Bundler (http://bundler.io).

Role Variables

Variables that are set by the role itself (and that shouldn't need to be modified)

The defaults will install the latest patchlevel of Ruby 1.9.3.

ruby_library_version: Other roles may use this to determine where gems are located.

ruby_version: This variable controls the version of Ruby that will be compiled and installed. It should correspond with the tarball filename excluding the ".tar.gz" extension (e.g. "ruby-1.9.3-p484").

ruby_checksum: The SHA256 checksum of the gzipped tarball that will be downloaded and compiled.

ruby_download_location: The URL that the tarball should be retrieved from. Using the ruby_version variable within this variable is a good practice (e.g. "http://cache.ruby-lang.org/pub/ruby/1.9/{{ ruby_version }}.tar.gz").

ruby_bundler_flags: This variable controls any extra flags that you would like to be passed to RubyGems when Bundler is first installed. For example, you can set this to "--no-document" to disable documentation generation, or "--version VERSION" to install a particular version of Bundler. The default value is "--no-rdoc --no-ri".

Dependencies

The variables in this role will be used by the ruby-common role to install the correct version.

License

The MIT License (MIT)

Copyright (c) 2013 Joshua Lund

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Author Information

You can find me on Twitter, and on GitHub. I also occasionally blog at MissingM.

About

Ansible role that compiles and installs Ruby 1.9.3 (https://www.ruby-lang.org) and Bundler (http://bundler.io).