ansible-nginx/meta/main.yml

38 lines
595 B
YAML
Raw Normal View History

2015-07-15 17:14:39 +07:00
---
2021-09-01 16:21:12 +07:00
2015-07-15 17:14:39 +07:00
galaxy_info:
2015-07-15 21:31:44 +07:00
author: Emilien Mantel
2021-09-01 16:45:44 +07:00
namespace: hanxhx
role_name: nginx
description: Nginx for Debian / FreeBSD
2022-11-25 15:52:40 +07:00
company: TripleStack
2016-03-09 17:20:19 +07:00
license: GPLv2
2022-11-25 15:52:40 +07:00
min_ansible_version: '2.11'
2015-07-15 21:31:44 +07:00
platforms:
2021-09-01 16:21:12 +07:00
- name: Debian
versions:
- buster
- bullseye
2023-05-30 23:30:49 +07:00
- bookworm
2023-05-31 14:04:30 +07:00
- name: Ubuntu
versions:
- focal
- jammy
2021-09-01 16:21:12 +07:00
- name: FreeBSD
versions:
2022-11-25 15:52:40 +07:00
- '11.0'
- '11.1'
- '12.0'
2016-03-15 01:39:11 +07:00
galaxy_tags:
2021-09-01 16:21:12 +07:00
- web
- debian
- proxy
- http
- http2
- https
- ssl
- tls
- nginx
- cdn
2015-07-15 17:14:39 +07:00
dependencies: []