/ansible-role-chruby

Ansible role for chruby

Primary LanguageRubyMIT LicenseMIT

Build Status

Ansible role chruby

Installs chruby for handling multiple rubies.

Credits

Based on the ansible role:

  • innohub-ansible.chruby - github

Requirements

Tested on Ubuntu 12.04 and 14.04 only.

Role Variables

chruby_version : defaults to '0.3.9'

Example Playbook

Example Playbook:

- hosts: servers
  roles:
     - { role: mediafellows.chruby }

Example Role:

dependencies:
  - { role: chruby }

License

MIT