diff --git a/README.md b/README.md index e3395de..72af8b6 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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 @@ -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). diff --git a/meta/main.yml b/meta/main.yml index 2f47a7e..bf8d876 100644 --- a/meta/main.yml +++ b/meta/main.yml @@ -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