Skip to content

leucos/ansible-rbenv

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rbenv Ansible playbook

Travis CI test-suite Ansible Galaxy

This playbook will install rbenv in a user's home directory. You can then leverage rbenv to install rubies for this user.

Requirements

None

Role Variables

  • ruby_deploy_user: target user for rbenv installation; required; no default
  • rbenv_makeopts: Make options when building a ruby version; optional; default: -j2

Tags

  • rbenv
  • ruby
  • ruby:install

Dependencies

  • erasme.ruby-compiled

Example Playbook

This is mainly used as a dependency in combination with the erasme.ruby role, like :

dependencies:
  - { role: erasme.rbenv }
  - { role: erasme.ruby-compiled,
      ruby_version: "2.2.0" }

Note however that erasme.rbenv is automatically listed as a dependency in the erasme.ruby role, so it shouldn't be necessary to add it explicitely to your projects.

License

MIT

Author Information

Created for @erasme by @leucos.

About

rbenv Ansible playbook

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • Shell 100.0%