mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-07-18 06:24:25 +02:00
29 lines
806 B
YAML
29 lines
806 B
YAML
galaxy_info:
|
||
author: "Kevin Veen-Birkenbach"
|
||
description: "Configures Nginx to serve sites securely over HTTPS, integrates Let’s Encrypt and cleans up stale domain configs."
|
||
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"
|
||
platforms:
|
||
- name: Archlinux
|
||
versions:
|
||
- rolling
|
||
galaxy_tags:
|
||
- nginx
|
||
- https
|
||
- tls
|
||
- letsencrypt
|
||
- security
|
||
- automation
|
||
repository: "https://s.veen.world/cymais"
|
||
documentation: "https://s.veen.world/cymais"
|
||
issue_tracker_url: "https://s.veen.world/cymaisissues"
|
||
|
||
dependencies:
|
||
- srv-web-7-4-core
|
||
- sys-cln-domains
|
||
- srv-web-7-7-letsencrypt |