{"id":16362144,"url":"https://github.com/fubarhouse/ansible-role-ruby","last_synced_at":"2026-04-28T17:32:13.026Z","repository":{"id":36931490,"uuid":"41238755","full_name":"fubarhouse/ansible-role-ruby","owner":"fubarhouse","description":"Ansible role which provisions ruby and gems using rvm","archived":false,"fork":false,"pushed_at":"2018-02-11T09:09:30.000Z","size":110,"stargazers_count":0,"open_issues_count":2,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-06T02:42:37.280Z","etag":null,"topics":["ansible","ruby","rvm"],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/fubarhouse.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-08-23T06:30:45.000Z","updated_at":"2017-06-30T13:19:28.000Z","dependencies_parsed_at":"2022-07-07T20:44:46.235Z","dependency_job_id":null,"html_url":"https://github.com/fubarhouse/ansible-role-ruby","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/fubarhouse/ansible-role-ruby","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fubarhouse%2Fansible-role-ruby","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fubarhouse%2Fansible-role-ruby/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fubarhouse%2Fansible-role-ruby/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fubarhouse%2Fansible-role-ruby/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fubarhouse","download_url":"https://codeload.github.com/fubarhouse/ansible-role-ruby/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fubarhouse%2Fansible-role-ruby/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32392291,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-28T14:34:11.604Z","status":"ssl_error","status_checked_at":"2026-04-28T14:32:37.009Z","response_time":56,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["ansible","ruby","rvm"],"created_at":"2024-10-11T02:23:16.637Z","updated_at":"2026-04-28T17:32:13.008Z","avatar_url":"https://github.com/fubarhouse.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# Ansible Role: Ruby\n\n[![Build Status](https://img.shields.io/travis/fubarhouse/ansible-role-ruby/master.svg?style=for-the-badge)](https://travis-ci.org/fubarhouse/ansible-role-ruby)\n[![stability-stable](https://img.shields.io/badge/stability-stable-green.svg?style=for-the-badge)](https://github.com/orangemug/stability-badges)\n[![Ansible Galaxy](https://img.shields.io/ansible/role/4920.svg?style=for-the-badge)](https://galaxy.ansible.com/fubarhouse/ruby)\n[![MIT licensed](https://img.shields.io/badge/license-MIT-blue.svg?style=for-the-badge)](https://raw.githubusercontent.com/fubarhouse/ansible-role-ruby/master/LICENSE)\n\nInstalls RVM, Ruby and Gems on RHEL/CentOS, Debian/Ubuntu and MacOSX systems.\n\n## Requirements\n\nNone.\n\n## Role Variables\n\nDefault Ruby version\n````\nruby_version: 2.4.0\n````\nAll other Ruby versions to install\n````\nruby_versions:\n  - 2.4.0\n````\nRuby packages to download\n````\nruby_packages:\n  - bundler\n  - sass\n  - compass\n````\nYou can flag installations as insecure by falsifying:\n````\nsecure_rvm_install: true\n````\nTo change the autolibs flag:\n````\nrvm_autolibs_mode: enable\n````\nTo remove everything before starting (fresh installation):\n````\nclean_rvm_install: false\n````\nTo enable/disable tasks of a certain category\n````\ninstall_rvm: true\ninstall_ruby: true\ninstall_gems: true\n````\n## Dependencies\n\n  None.\n\n## Example Playbook\n\n````\n- hosts: localhost\n  sudo: true\n  vars:\n  ruby_version: 2.4.0\n  ruby_packages:\n    - sass\n  roles:\n  - fubarhouse.ruby\n````\n\n## License\n\nMIT / BSD\n\n## Author Information\n\nThis role was created in 2015 by [Karl Hepworth](https://twitter.com/fubarhouse).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffubarhouse%2Fansible-role-ruby","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffubarhouse%2Fansible-role-ruby","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffubarhouse%2Fansible-role-ruby/lists"}