{"id":16060804,"url":"https://github.com/geerlingguy/ansible-role-passenger","last_synced_at":"2025-10-12T17:08:51.793Z","repository":{"id":26906582,"uuid":"30368342","full_name":"geerlingguy/ansible-role-passenger","owner":"geerlingguy","description":"Ansible Role - Passenger with Nginx","archived":false,"fork":false,"pushed_at":"2025-01-31T03:25:29.000Z","size":64,"stargazers_count":33,"open_issues_count":0,"forks_count":33,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-10-12T17:08:50.630Z","etag":null,"topics":["ansible","nginx","passenger","rails","role","ruby","search"],"latest_commit_sha":null,"homepage":"https://galaxy.ansible.com/geerlingguy/passenger/","language":"Jinja","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/geerlingguy.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null},"funding":{"github":"geerlingguy","patreon":"geerlingguy"}},"created_at":"2015-02-05T17:28:27.000Z","updated_at":"2025-01-31T03:25:33.000Z","dependencies_parsed_at":"2024-12-27T06:08:18.997Z","dependency_job_id":"513dd77b-669e-4255-99f8-c67ed18cd8ec","html_url":"https://github.com/geerlingguy/ansible-role-passenger","commit_stats":{"total_commits":88,"total_committers":4,"mean_commits":22.0,"dds":"0.045454545454545414","last_synced_commit":"265cce45eb810bb2f2876ee60b7bcbcf9261c070"},"previous_names":[],"tags_count":9,"template":false,"template_full_name":null,"purl":"pkg:github/geerlingguy/ansible-role-passenger","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/geerlingguy%2Fansible-role-passenger","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/geerlingguy%2Fansible-role-passenger/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/geerlingguy%2Fansible-role-passenger/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/geerlingguy%2Fansible-role-passenger/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/geerlingguy","download_url":"https://codeload.github.com/geerlingguy/ansible-role-passenger/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/geerlingguy%2Fansible-role-passenger/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279012179,"owners_count":26085078,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-12T02:00:06.719Z","response_time":53,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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","nginx","passenger","rails","role","ruby","search"],"created_at":"2024-10-09T04:06:35.351Z","updated_at":"2025-10-12T17:08:51.746Z","avatar_url":"https://github.com/geerlingguy.png","language":"Jinja","funding_links":["https://github.com/sponsors/geerlingguy","https://patreon.com/geerlingguy"],"categories":[],"sub_categories":[],"readme":"# Ansible Role: Passenger\n\n[![CI](https://github.com/geerlingguy/ansible-role-passenger/actions/workflows/ci.yml/badge.svg)](https://github.com/geerlingguy/ansible-role-passenger/actions/workflows/ci.yml)\n\nInstalls Passenger (with Nginx) on RedHat/CentOS (soon) or Debian/Ubuntu linux servers.\n\n## Requirements\n\nNone.\n\n## Role Variables\n\nAvailable variables are listed below, along with default values (see `defaults/main.yml`):\n\n    passenger_server_name: www.example.com\n\nThe server name (used in the Nginx virtual host configuration).\n\n    passenger_app_root: /opt/example/public\n\nThe `passenger_root` for your application (e.g. the `public` folder in a rails app).\n\n    passenger_app_env: production\n\nThe app environment passenger will load.\n\n    passenger_root: /usr/lib/ruby/vendor_ruby/phusion_passenger/locations.ini\n    passenger_ruby: /usr/bin/ruby\n\nValues for passenger configuration directives inside `nginx.conf`. These defaults should generally work correctly, but if you build `ruby` on its own (as an example), the path to ruby may be different.\n\n    nginx_worker_processes: \"{{ ansible_processor_vcpus | default(ansible_processor_count) }}\"\n    nginx_worker_connections: \"768\"\n    nginx_keepalive_timeout: \"65\"\n    nginx_remove_default_vhost: true\n\nNginx directives.\n\n## Dependencies\n\nNone.\n\n## Example Playbook\n\n    - hosts: server\n      roles:\n        - { role: geerlingguy.passenger }\n\n## License\n\nMIT / BSD\n\n## Author Information\n\nThis role was created in 2015 by [Jeff Geerling](https://www.jeffgeerling.com/), author of [Ansible for DevOps](https://www.ansiblefordevops.com/).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgeerlingguy%2Fansible-role-passenger","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgeerlingguy%2Fansible-role-passenger","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgeerlingguy%2Fansible-role-passenger/lists"}