ansible-roles/rbenv
Ludovic Poujol e27c96fd2f rbenv: Correct the changes done in 24aeff2e about become user issues 2018-03-30 15:34:45 +02:00
..
defaults Rbenv: use Ruby 2.5 by default 2017-12-27 15:36:25 +01:00
files rbenv: add "gem: --no-document" 2017-05-23 15:14:39 +02:00
meta Ansible >= 2.2 supported 2017-03-24 14:15:09 +01:00
tasks rbenv: Correct the changes done in 24aeff2e about become user issues 2018-03-30 15:34:45 +02:00
README.md Improve documentation 2017-01-05 18:22:06 +01:00

README.md

munin

Installation of Rbenv, Ruby and some default gems.

Tasks

Everything is in the tasks/main.yml file.

Available variables

  • rbenv_version: Rbenv version to install ;
  • rbenv_ruby_version: Ruby version to install ;
  • rbenv_root: install path for Rbenv ;
  • rbenv_repo: repository location ;
  • rbenv_plugins: list of Rbenv plugins to install.

The role must be specified with a username variable :

roles:
- { role: rbenv, username: 'johndoe' }