You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible-roles/rbenv
Jérémy Lecour ee21973371
Ansible Lint |Total|New|Outstanding|Fixed|Trend |:-:|:-:|:-:|:-:|:-: |2777|524|2253|2462|:+1: Reference build: <a href="https://jenkins.evolix.org/job/gitea/job/ansible-roles/job/unstable/223//ansiblelint">Evolix » ansible-roles » unstable #223</a> Details
gitea/ansible-roles/pipeline/head This commit looks good Details
Use FQCN
Fully Qualified Collection Name
2 months ago
..
defaults rbenv: install Ruby 3.1.0 by default 1 year ago
files rbenv: switch from copy to lineinfile for default gems 5 years ago
meta Update Galaxy metadata (company, platforms and galaxy_tags) 2 years ago
tasks Use FQCN 2 months ago
README.md Improve documentation 6 years ago

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