bbf6ce6f6e
All checks were successful
Ansible Lint |Total|New|Outstanding|Fixed|Trend
|:-:|:-:|:-:|:-:|:-:
|2634|7|2627|6|:-1:
Reference build: <a href="https://jenkins.evolix.org/job/gitea/job/ansible-roles/job/unstable/373//ansiblelint">Evolix » ansible-roles » unstable #373</a>
gitea/ansible-roles/pipeline/head This commit looks good
Le paquet est nécessaire en Debian 12. |
||
---|---|---|
.. | ||
defaults | ||
files | ||
meta | ||
tasks | ||
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' }