danbohea.rbenv
Ansible Role: rbenv
This role installs rbenv on macOS.
Requirements
- macOS versions 10.11 or 10.12
Role Variables
# The default Ruby version that will be installed with rbenv.
rbenv_default_ruby_version: "2.1.2"
# Any global gems that should be installed with the default Ruby version.
rbenv_global_gems:
- "bundler"
- "travis"
# Whether to add `eval \"$(rbenv init -)\"` to .bash_profile.
# Set this to false if you plan to add it yourself.
rbenv_update_bash_profile: false
Dependencies
Example Playbook
- hosts: macbook
connection: local
roles:
- role: ansible-role-rbenv
License
MIT
Author Information
This role was created by Dan Bohea.