From 45e714fa0f834e84d9f785b7c96a95458c17a07d Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Fri, 31 Jan 2020 11:23:20 +0100 Subject: [PATCH] cleanup documentation --- README.md | 4 +++- meta/main.yml | 12 +++++++++++- 2 files changed, 14 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8c9edc8..6adfc85 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,9 @@ [![Build Status](https://img.shields.io/drone/build/ansible/xoxys.nginx?logo=drone&server=https%3A%2F%2Fdrone.rknet.org)](https://drone.rknet.org/ansible/xoxys.nginx) [![License: MIT](https://img.shields.io/badge/license-MIT-blue.svg)](LICENSE) -Role to setup nginx +Setup [nginx](https://www.nginx.com/) webserver. Nginx is an open source reverse proxy server for HTTP, HTTPS, SMTP, POP3, and IMAP protocols, as well as a load balancer, HTTP cache, and a web server. The nginx project started with a strong focus on high concurrency, high performance and low memory usage. + +You can find the full documentation at [https://galaxy.geekdocs.de](https://galaxy.geekdocs.de/system/nginx/). ### License diff --git a/meta/main.yml b/meta/main.yml index 8b7c79b..eb4999c 100644 --- a/meta/main.yml +++ b/meta/main.yml @@ -3,7 +3,17 @@ galaxy_info: # @meta author:value: [Robert Kaussow](https://gitea.rknet.org/xoxys) author: Robert Kaussow - description: Role to setup nginx +# @meta description: > +# [![Source Code](https://img.shields.io/badge/gitea-source%20code-blue?logo=gitea&logoColor=white)](https://gitea.rknet.org/ansible/xoxys.nginx) +# [![Build Status](https://img.shields.io/drone/build/ansible/xoxys.nginx?logo=drone&server=https%3A%2F%2Fdrone.rknet.org)](https://drone.rknet.org/ansible/xoxys.nginx) +# [![License: MIT](https://img.shields.io/badge/license-MIT-blue.svg)](LICENSE) +# +# Setup [nginx](https://www.nginx.com/) webserver. Nginx is an open source reverse proxy server +# for HTTP, HTTPS, SMTP, POP3, and IMAP protocols, as well as a load balancer, HTTP cache, and a +# web server. The nginx project started with a strong focus on high concurrency, high performance +# and low memory usage. +# @end + description: Setup nginx webserver license: MIT min_ansible_version: 2.8 platforms: