25 lines
431 B
YAML
25 lines
431 B
YAML
---
|
|
galaxy_info:
|
|
role_name: nginx
|
|
author: Patrick Jaroszewski
|
|
description: Installs and configures nginx with templated site configs
|
|
license: MIT
|
|
min_ansible_version: "2.14"
|
|
platforms:
|
|
- name: Debian
|
|
versions:
|
|
- bullseye
|
|
- bookworm
|
|
- trixie
|
|
- name: Ubuntu
|
|
versions:
|
|
- jammy
|
|
- noble
|
|
galaxy_tags:
|
|
- nginx
|
|
- web
|
|
- proxy
|
|
- tls
|
|
|
|
dependencies: []
|