Skip to content

Commit

Permalink
chore: update meta and readme
Browse files Browse the repository at this point in the history
  • Loading branch information
GlauberrBatista committed Nov 30, 2023
1 parent 83ea21a commit f4b2f43
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 9 deletions.
8 changes: 1 addition & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
# Passenger NGINX

[![Build Status](https://travis-ci.org/jobscore/ansible-role-passenger-nginx.svg?branch=master)](https://travis-ci.org/jobscore/ansible-role-passenger-nginx)

Ansible Role for installing Passenger and NGINX for Ruby apps

## Requirements
Expand Down Expand Up @@ -98,8 +96,6 @@ Those values are used to configure their respective values in the [nginx.conf](/
roles:
- role: jobscore.ruby
- role: jobscore.passenger_nginx


```
``` yaml
Expand All @@ -115,15 +111,13 @@ Those values are used to configure their respective values in the [nginx.conf](/
passenger_max_pool_size 6;
passenger_min_instances 6;
passenger_pre_start {{ nginx_server_name }};
```
## License
[MIT](/LICENSE)
Author Information
------------------
This role was created by [Eric Magalhães](https://emagalha.es) while working for [JobScore Inc](https://jobscore.com).
This role was created by [Eric Magalhães](https://emagalha.es) and [Glauber Batista](https://glauberrbatista.dev) while working for [JobScore Inc](https://jobscore.com).
6 changes: 4 additions & 2 deletions meta/main.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1,19 @@
---
galaxy_info:
author: Eric Magalhães
author: Eric Magalhães and Glauber Batista
description: Ansible Role for installing Passenger and NGINX for Ruby apps
company: JobScore Inc
license: license (MIT)
namespace: jobscore
role_name: passenger_nginx

min_ansible_version: 1.2
min_ansible_version: 2.10
platforms:
- name: Ubuntu
versions:
- bionic
- focal
- jammy
galaxy_tags:
- ruby
- passenger
Expand Down

0 comments on commit f4b2f43

Please sign in to comment.