ansible-roles/rbenv
Jérémy Lecour a6bac1f20b
All checks were successful
Ansible Lint |Total|New|Outstanding|Fixed|Trend |:-:|:-:|:-:|:-:|:-: |2593|3|2590|23|:+1: Reference build: <a href="https://jenkins.evolix.org/job/gitea/job/ansible-roles/job/unstable/280//ansiblelint">Evolix » ansible-roles » unstable #280</a>
gitea/ansible-roles/pipeline/head This commit looks good
change syntax "become: [yes,no]" → "become: [true,false]"
2023-07-03 14:21:22 +02:00
..
defaults rbenv: install Ruby 3.1.0 by default 2022-01-28 16:27:20 +01:00
files rbenv: switch from copy to lineinfile for default gems 2018-05-23 16:20:46 +02:00
meta Update Galaxy metadata (company, platforms and galaxy_tags) 2021-06-28 15:26:28 +02:00
tasks change syntax "become: [yes,no]" → "become: [true,false]" 2023-07-03 14:21:22 +02: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' }