Skip to content

mediafellows/ansible-role-chruby

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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