Skip to content

TupleAustin/rbenv-homebrew

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ansible Role: rbenv with Homebrew

Installs rbenv, ruby-build, Ruby, and Bundler (globally) via Homebrew on macOS.

For simplicity, the installed Ruby version and gems are specific to the current user.

Role Variables

The default Ansible variables and values are:

# See: defaults/main.yml
rbenv_homebrew:
  ruby_version: 2.3.1

ruby_version indicates which version of Ruby is to be installed with rbenv install.

Example Playbook

- hosts: localhost
  vars:
    rbenv_homebrew:
      ruby_version: 2.3.1
  roles:
    - TupleAustin.rbenv-homebrew

License

MIT.

About

Ansible Role to install rbenv, ruby-build, and Ruby via Homebrew.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published