ansible-roles/rbenv
2017-04-19 10:59:25 +02:00
..
defaults rbenv: bump versions for rbenv, ruby… 2017-04-19 10:59:25 +02:00
files ajoute un rôle "rbenv" 2016-12-21 16:11:46 +01:00
meta Ansible >= 2.2 supported 2017-03-24 14:15:09 +01:00
tasks Add failed_when: False for task in rbenv role 2017-03-29 11:40:56 -04:00
README.md Improve documentation 2017-01-05 18:22:06 +01:00

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