Skip to content

akinobu-tani/ansible-role-rbenv

Repository files navigation

Ansible Role rbenv

Build Status

Installs rbenv.

Requirements

none

Role Variables

rbenv_version: HEAD

rbenv_plugins:
  - name: ruby-build
    repo_url: https://github.com/rbenv/ruby-build.git
    version: HEAD

ruby_versions:
  - 2.4.0

ruby_gems:
  - bundler

ruby_global_version: 2.4.0

rbenv_install_path: $HOME/.rbenv
rbenv_profile_path: $HOME/.bash_profile

Dependencies

none

Example Playbook

- hosts: servers
  vars:
    ruby_versions:
      - 2.4.0
    ruby_global_version: 2.4.0
  roles:
     - rbenv

License

MIT

Author Information

Akinobu Tani

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages