ansible-roles/rbenv
Jérémy Lecour d773e08b37 rbenv: add "gem: --no-document" 2017-05-23 15:14:39 +02:00
..
defaults rbenv: bump versions for rbenv, ruby… 2017-04-19 10:59:25 +02: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 Replace shell with command or disable warnings 2017-05-21 19:33:16 +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' }