ansible-roles/rbenv
Jérémy Lecour 8920ff1ee4 Add "always_run: yes" where it's pertinent
There is also the "check_mode: no", but commented,
for when we switch to Ansible 2.2
2017-01-31 11:45:35 +01:00
..
defaults Improve documentation 2017-01-05 18:22:06 +01:00
files ajoute un rôle "rbenv" 2016-12-21 16:11:46 +01:00
meta Improve documentation 2017-01-05 18:22:06 +01:00
tasks Add "always_run: yes" where it's pertinent 2017-01-31 11:45:35 +01: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' }