xoxys.nginx/meta/main.yml

30 lines
1.2 KiB
YAML
Raw Normal View History

2018-10-22 10:56:39 +02:00
# Standards: 0.1
2018-08-09 21:28:33 +02:00
---
galaxy_info:
2020-08-19 18:38:59 +02:00
# @meta author:value: [Robert Kaussow](https://gitea.rknet.org/xoxys)
2020-01-30 23:26:11 +01:00
author: Robert Kaussow <mail@geeklabor.de>
2020-08-19 18:38:59 +02:00
# @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)](https://gitea.rknet.org/ansible/xoxys.nginx/src/branch/master/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
2020-01-31 11:23:20 +01:00
description: Setup nginx webserver
2018-08-09 21:28:33 +02:00
license: MIT
2020-01-30 23:26:11 +01:00
min_ansible_version: 2.8
2018-08-09 21:28:33 +02:00
platforms:
2018-10-22 10:56:39 +02:00
- name: EL
versions:
- 7
2018-08-09 21:28:33 +02:00
galaxy_tags:
- nginx
- webserver
- proxy
2020-03-21 14:36:04 +01:00
dependencies: []
2020-08-19 18:38:59 +02:00
collections:
- community.general