https://github.com/mediafellows/ansible-role-chruby
Ansible role for chruby
https://github.com/mediafellows/ansible-role-chruby
ansible-role chruby fork
Last synced: 4 months ago
JSON representation
Ansible role for chruby
- Host: GitHub
- URL: https://github.com/mediafellows/ansible-role-chruby
- Owner: mediafellows
- License: mit
- Created: 2020-04-03T10:19:57.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-04-07T15:05:18.000Z (almost 6 years ago)
- Last Synced: 2025-02-09T12:31:58.981Z (about 1 year ago)
- Topics: ansible-role, chruby, fork
- Language: Ruby
- Homepage: https://github.com/innohub-ansible/chruby
- Size: 13.7 KB
- Stars: 0
- Watchers: 7
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://travis-ci.com/mediafellows/ansible-role-chruby)
# Ansible role chruby
Installs [chruby](https://github.com/postmodern/chruby) for handling multiple rubies.
## Credits
Based on the ansible role:
* innohub-ansible.chruby - [github](https://github.com/innohub-ansible/chruby)
## 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