{"id":17169861,"url":"https://github.com/naftulikay/ansible-role-ruby-dev","last_synced_at":"2026-04-21T09:32:15.180Z","repository":{"id":142455370,"uuid":"101908914","full_name":"naftulikay/ansible-role-ruby-dev","owner":"naftulikay","description":"An Ansible Role for setting up a Ruby development environment.","archived":false,"fork":false,"pushed_at":"2018-01-29T21:47:14.000Z","size":30,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-04-04T00:39:05.938Z","etag":null,"topics":["ansible","rbenv","ruby"],"latest_commit_sha":null,"homepage":null,"language":"Makefile","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/naftulikay.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-08-30T17:19:26.000Z","updated_at":"2018-01-10T22:37:23.000Z","dependencies_parsed_at":null,"dependency_job_id":"d2c020df-7e64-47ce-bcbb-87f9523ca321","html_url":"https://github.com/naftulikay/ansible-role-ruby-dev","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/naftulikay/ansible-role-ruby-dev","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/naftulikay%2Fansible-role-ruby-dev","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/naftulikay%2Fansible-role-ruby-dev/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/naftulikay%2Fansible-role-ruby-dev/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/naftulikay%2Fansible-role-ruby-dev/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/naftulikay","download_url":"https://codeload.github.com/naftulikay/ansible-role-ruby-dev/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/naftulikay%2Fansible-role-ruby-dev/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32085454,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-21T06:27:27.065Z","status":"ssl_error","status_checked_at":"2026-04-21T06:27:21.250Z","response_time":128,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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","rbenv","ruby"],"created_at":"2024-10-14T23:27:35.707Z","updated_at":"2026-04-21T09:32:15.158Z","avatar_url":"https://github.com/naftulikay.png","language":"Makefile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ansible-role-ruby-dev [![Build Status][travis.svg]][travis]\n\nInstalls and configures a Ruby development environment for a given user using [`rbenv`][rbenv].\n\nAvailable on Ansible Galaxy at [`naftulikay.ruby-dev`][galaxy].\n\n## Requirements\n\nOfficially tested operating systems are listed in the Galaxy manifest.\n\n## Role Variables\n\n\u003cdl\u003e\n  \u003cdt\u003e\u003ccode\u003eruby_user\u003c/code\u003e\u003c/dt\u003e\n  \u003cdd\u003eUser to install Ruby tools for. Required.\u003c/dd\u003e\n  \u003cdt\u003e\u003ccode\u003eruby_version\u003c/code\u003e\u003c/dt\u003e\n  \u003cdd\u003eVersion of Ruby to install. Defaults to 2.4.1.\u003c/dd\u003e\n\u003cdl\u003e\n\n## Dependencies\n\nNone.\n\n## Example Playbook\n\nHere are some example playbooks to get started with.\n\n### Defaults\n\nSimply get a Ruby development environment installed:\n\n```yaml\n---\n- name: install\n  hosts: all\n  become: true\n  roles:\n    - role: ruby-dev\n      ruby_user: vagrant\n```\n\n### Install a Specific Version\n\nInstall a specific version of Ruby:\n\n```yaml\n---\n  - name: install\n    hosts: all\n    become: true\n    roles:\n      - role: ruby-dev\n        ruby_user: vagrant\n        ruby_version: '2.4.3'\n```\n\n## License\n\nMIT\n\n [travis]: https://travis-ci.org/naftulikay/ansible-role-ruby-dev\n [travis.svg]: https://travis-ci.org/naftulikay/ansible-role-ruby-dev.svg?branch=master\n [galaxy]: https://galaxy.ansible.com/naftulikay/ruby-dev/\n [rbenv]: https://github.com/rbenv/rbenv\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnaftulikay%2Fansible-role-ruby-dev","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnaftulikay%2Fansible-role-ruby-dev","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnaftulikay%2Fansible-role-ruby-dev/lists"}