You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
1 year ago | |
---|---|---|
.. | ||
defaults | 2 years ago | |
files | 5 years ago | |
meta | 2 years ago | |
tasks | 1 year ago | |
README.md | 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' }