Skip to content

sansible/ruby

Repository files navigation

Ruby

Master: Build Status
Develop: Build Status

This roles installs ruby and bundler globally.

Installation and Dependencies

To install run ansible-galaxy install sansible.ruby or add this to your roles.yml

- name: sansible.ruby
  version: v2.0

and run ansible-galaxy install -p ./roles -r roles.yml

Tags

This role uses one tag: build

  • build - Installs Ruby all it's dependencies.

Examples

To install:

- name: Some app
  hosts: "{{ hosts }}"

  roles:
    - role: sansible.ruby

To install without default config:

- name: Some app
  hosts: "{{ hosts }}"

  roles:
    - role: sansible.ruby
      ruby_version: "2.3"
      ruby_gems:
          - bundler
          - sass

Packages

 
 
 

Contributors