ansible-roles/rbenv
2016-12-21 16:12:24 +01:00
..
defaults ajoute un rôle "rbenv" 2016-12-21 16:11:46 +01:00
files ajoute un rôle "rbenv" 2016-12-21 16:11:46 +01:00
tasks Add info to be patient while ruby stuff compilation 2016-12-21 16:12:24 +01:00
README.md remove a forgotten useless french line 2016-12-21 16:12:12 +01:00

munin

Install 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' }