Wiredcraft / devops-ansible

Ansible folder structure, including playbooks / plugins / etc.
0 stars 1 forks source link

Add ruby / rubygem #32

Closed zbal closed 10 years ago

zbal commented 10 years ago

No ruby currently available, but we rely on compass / gem with grunt.

Need to find a way to:

Dependencies are not configuration per-se so we may want to move it out of the way? Or we simply add them in the config as extensions ex.

configuration:
  - ruby:
    extensions:
      - gem
      - compass
      - etc.
zbal commented 10 years ago

Ruby package added, gems extension are installed globally.

configuration:
  ruby:
    gems:
      - compass