{"id":21883171,"url":"https://github.com/eendroroy/ansible-rails-mysql","last_synced_at":"2026-04-07T23:32:03.856Z","repository":{"id":71991874,"uuid":"116938971","full_name":"eendroroy/ansible-rails-mysql","owner":"eendroroy","description":null,"archived":false,"fork":false,"pushed_at":"2018-01-15T10:15:05.000Z","size":43,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-11-01T12:10:35.067Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Shell","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/eendroroy.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":"2018-01-10T09:44:11.000Z","updated_at":"2021-07-22T20:33:21.000Z","dependencies_parsed_at":null,"dependency_job_id":"eac2c31e-5384-46dd-8305-1b3d5c77bde3","html_url":"https://github.com/eendroroy/ansible-rails-mysql","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/eendroroy/ansible-rails-mysql","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eendroroy%2Fansible-rails-mysql","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eendroroy%2Fansible-rails-mysql/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eendroroy%2Fansible-rails-mysql/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eendroroy%2Fansible-rails-mysql/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/eendroroy","download_url":"https://codeload.github.com/eendroroy/ansible-rails-mysql/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eendroroy%2Fansible-rails-mysql/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31533823,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-07T16:28:08.000Z","status":"ssl_error","status_checked_at":"2026-04-07T16:28:06.951Z","response_time":105,"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":[],"created_at":"2024-11-28T09:39:36.281Z","updated_at":"2026-04-07T23:32:03.841Z","avatar_url":"https://github.com/eendroroy.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ansible-rails-mysql\n\n[![Contributors](https://img.shields.io/github/contributors/eendroroy/ansible-rails-mysql.svg)](https://github.com/eendroroy/ansible-rails-mysql/graphs/contributors)\n[![GitHub last commit (branch)](https://img.shields.io/github/last-commit/eendroroy/ansible-rails-mysql/master.svg)](https://github.com/eendroroy/ansible-rails-mysql)\n[![license](https://img.shields.io/github/license/eendroroy/ansible-rails-mysql.svg)](https://github.com/eendroroy/ansible-rails-mysql/blob/master/LICENSE)\n[![GitHub issues](https://img.shields.io/github/issues/eendroroy/ansible-rails-mysql.svg)](https://github.com/eendroroy/ansible-rails-mysql/issues)\n[![GitHub closed issues](https://img.shields.io/github/issues-closed/eendroroy/ansible-rails-mysql.svg)](https://github.com/eendroroy/ansible-rails-mysql/issues?q=is%3Aissue+is%3Aclosed)\n[![GitHub pull requests](https://img.shields.io/github/issues-pr/eendroroy/ansible-rails-mysql.svg)](https://github.com/eendroroy/ansible-rails-mysql/pulls)\n[![GitHub closed pull requests](https://img.shields.io/github/issues-pr-closed/eendroroy/ansible-rails-mysql.svg)](https://github.com/eendroroy/ansible-rails-mysql/pulls?q=is%3Apr+is%3Aclosed)\n\nSetup environment for deploying rails application on a `Debian` or `RPM based` os\n(`Debian`, `Ubuntu`, `RHEL 7+`, `CentOS 7+`, `Fedora`).\nBase repo needs to be enabled using `subscription-manager` on `RHEL`.\n\n## Description\n\nWorks on Debian and RedHat os family.\n\nTested on `Ubuntu 16.04`, `CentOS 7`, and `RedHat 7`\n\n- System wide `rbenv` installation with ruby 2.5.0 and bundler gem\n- MySQL with environment specific (staging or production) database and user with default configuration\n- Nginx with minimal configuration (application specific configurations should be uploaded during rails application deployment).\n  See [puma-deploy](https://github.com/eendroroy/puma-deploy)\n- Some common dependencies required for rails applications\n- Create deploy user with ssh access and specific sudo permission required to deploy rails application\n\nA sample Vagrantfile is included to test the playbook (Ubuntu 16.04 and CentOS 7)\n\n## Variables\n\n```bash\nruby_version:        2.5.0\ndeploy_user:         deployer\napp_name:            application\napp_env:             vagrant\nmysql_user:          VagrantUser\nmysql_user_password: vagrant_pass\n```\n\n## Contributing\n\nBug reports and pull requests are welcome on GitHub at [ansible-rails-mysql repository](https://github.com/eendroroy/ansible-rails-mysql). \nThis project is intended to be a safe, welcoming space for collaboration,\nand contributors are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct.\n\n## Authors\n\n* **indrajit** - *Owner* - [eendroroy](https://github.com/eendroroy)\n\n## License\n\nThis project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feendroroy%2Fansible-rails-mysql","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Feendroroy%2Fansible-rails-mysql","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feendroroy%2Fansible-rails-mysql/lists"}