ansible-roles/rbenv
Jérémy Lecour bb0189e5a4
continuous-integration/drone/push Build encountered an error Details
rbenv: install Ruby 2.6.3 by default
2019-06-21 10:43:20 +02:00
..
defaults rbenv: install Ruby 2.6.3 by default 2019-06-21 10:43:20 +02:00
files rbenv: switch from copy to lineinfile for default gems 2018-05-23 16:20:46 +02:00
meta change repositories URL 2019-03-21 15:31:58 +01:00
tasks rbenv: add check_mode for versions checking 2019-05-13 11:21:32 +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' }