https://github.com/y10k/rubygems_setup
setup gems for all users.
https://github.com/y10k/rubygems_setup
ansible ansible-galaxy ansible-role ruby rubygems
Last synced: 2 months ago
JSON representation
setup gems for all users.
- Host: GitHub
- URL: https://github.com/y10k/rubygems_setup
- Owner: y10k
- Created: 2018-12-28T15:11:41.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-08-09T15:18:27.000Z (almost 7 years ago)
- Last Synced: 2026-02-10T04:33:32.383Z (5 months ago)
- Topics: ansible, ansible-galaxy, ansible-role, ruby, rubygems
- Language: Ruby
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
rubygems_setup
=========
Setup gems for all users.
Requirements
------------
None.
Role Variables
--------------
| Variable | Default | Description |
|-------------------------|---------|---------------------------------------------------|
|`rubygems_setup_state` |`present`|it is the same as the `state` of `gem` module |
|`rubygems_setup_document`|`yes` |it is the same as the `include_doc` of `gem` module|
|`rubygems_setup_list` |`bundler`|List of gems to be set up. |
Dependencies
------------
- `y10k.rubygems_environment`
Example Playbook
----------------
```yaml
- hosts: servers
roles:
- role: y10k.rubygems_setup
```
License
-------
BSD