rbenv
rbenv copied to clipboard
Ansible role for installing rbenv.
There is bundler in default_gems, but I have got error "The program 'bundle' is currently not installed".
Now everyone that wants to customise a single option, they have to define the full hash. With the defaults like: ``` rbenv: env: system version: v1.0.0 default_ruby: 2.3.3 ``` Just...
In addition to unifying Ansible "shell" command usage to bash throughout the source base, this fixes the problem where $SHELL is not properly defined when building Docker images resulting in...
rbenv-default-gems don't work for system-wide installation because default-gems file is not set. Fixed it.
I found myself needing the default-gems functionality for system-wide installations as originally submitted in #104. I tested out the changes @mashan created and they worked fine for me w/o the...
Running an Ansible playbook multiple times should ideally result in something like: web1.example.com : ok=55 changed=0 unreachable=0 failed=0 This role is showing web1.example.com : ok=53 changed=2 unreachable=0 failed=0 More details:...
I'm running this role against Red Hat 7 and seeing this error: ``` TASK [zzet.rbenv : install build depends] ****************************************************************************** failed: [staging] (item=[u'bzip2', u'gcc', u'git', u'libffi-devel', u'libyaml-devel', u'openssl-devel', u'readline-devel', u'zlib-devel'])...
When I deploy rbenv to be installed system-wide, I cannot install any gems on the installed host. Do I need to install the gems with `sudo gem install ...`?
The plugin tasks are quite slow, probably because they are running whether or not the plugins are currently at the correct committish. This section: TASK [zzet.rbenv : install plugins for...
Can you provide some more examples? For example, how do I simply install a specific version of ruby system-wide? I tried this and got an error: ```` - hosts: whatever...