mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-07-19 23:04:25 +02:00
24 lines
769 B
YAML
24 lines
769 B
YAML
galaxy_info:
|
|
author: "Kevin Veen-Birkenbach"
|
|
description: "Installs and configures Nginx HTTP and stream modules with performance-tuned defaults."
|
|
company: |
|
|
Kevin Veen-Birkenbach
|
|
Consulting & Coaching Solutions
|
|
https://www.veen.world
|
|
license: "CyMaIS NonCommercial License (CNCL)"
|
|
license_url: "https://s.veen.world/cncl"
|
|
min_ansible_version: "2.9"
|
|
galaxy_tags:
|
|
- nginx
|
|
- http
|
|
- stream
|
|
- caching
|
|
- compression
|
|
- security
|
|
- performance
|
|
repository: "https://github.com/kevinveenbirkenbach/cymais"
|
|
issue_tracker_url: "https://github.com/kevinveenbirkenbach/cymais/issues"
|
|
documentation: "https://github.com/kevinveenbirkenbach/cymais/roles/srv-web-7-4-core"
|
|
dependencies:
|
|
- sys-hlth-webserver
|
|
- sys-hlth-csp |