|
10 months ago | |
---|---|---|
.. | ||
defaults | 10 months ago | |
files | 2 years ago | |
meta | 1 year ago | |
tasks | 1 year ago | |
README.md | 4 years ago |
Installation of Rbenv, Ruby and some default gems.
Everything is in the tasks/main.yml
file.
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' }