ElaoInfra.gem
Ansible Role: gem
This role will assume the setup of ruby gems.
It's part of the ELAO Ansible stack but can be used as a stand alone component.
Requirements
- Ansible 1.7.2+
Dependencies
None.
Installation
Ansible 2
Not yet supported
Ansible 1
Using ansible galaxy cli:
ansible-galaxy install elao.gem,1.0
Using ansible galaxy requirements file:
- src: elao.gem
version: 1.0
Role Variables
| Name | Default | Type | Description |
|---|---|---|---|
elao_gem_packages |
[ ] | Array | Ruby gems list |
Configuration example
elao_gem_packages:
- name: sass
version: ~> 3.4
user_install: false
Example playbook
- hosts: servers
roles:
- { role: elao.gem }
Licence
MIT
Author information
Install
ansible-galaxy install ElaoInfra.gemLicense
Unknown
Downloads
499
Owner
All of those roles aren't maintained anymore and we strongly encourage you to switch to our new (maintained and tested) Ansible stack: https://github.com/manala
