rbenv

Ansible role: rbenv

Build Status

Installs rbenv on macOS.

Requirements

  • macOS 10.11 or 10.12

Role Variables

# The default version of Ruby to be initially installed via rbenv.
rbenv_default_ruby_version: "2.1.2"

# Any global gems to be installed with the default Ruby version.
rbenv_global_gems:
  - "bundler"
  - "travis"

# Whether the role should add the line `eval \"$(rbenv init -)\"` to .bash_profile.
# If set to false you'll want to consider adding this line 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.

Install
ansible-galaxy install danbohea/ansible-role-rbenv
GitHub repository
License
Unknown
Downloads
1538
Owner