Skip to content

Latest commit

 

History

History
40 lines (26 loc) · 584 Bytes

File metadata and controls

40 lines (26 loc) · 584 Bytes

Ruby

Installs ruby (2.0 default) from brightbox repos

Requirements

None

Role Variables

ruby_version: ruby2.0 - used in apt-get after brightbox repos are added

Dependencies

None

Example Playbook

Including an example of how to use your role (for instance, with variables passed in as parameters) is always nice for users too:

- hosts: defaults
  vars:
    - ruby_version: ruby2.0
  roles:
    - shadowkobolt.ruby

License

BSD

Author Information

None