mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-07-18 14:34:24 +02:00
26 lines
798 B
YAML
26 lines
798 B
YAML
---
|
||
galaxy_info:
|
||
author: "Kevin Veen-Birchenbach"
|
||
description: "Deploys Let’s Encrypt certificates into Docker Compose Nginx setups via systemd service and timer."
|
||
license: "CyMaIS NonCommercial License (CNCL)"
|
||
license_url: "https://s.veen.world/cncl"
|
||
company: |
|
||
Kevin Veen-Birchenbach
|
||
Consulting & Coaching Solutions
|
||
https://www.veen.world
|
||
galaxy_tags:
|
||
- nginx
|
||
- letsencrypt
|
||
- docker
|
||
- systemd
|
||
repository: "https://github.com/kevinveenbirkenbach/cymais"
|
||
issue_tracker_url: "https://github.com/kevinveenbirkenbach/cymais/issues"
|
||
documentation: "https://github.com/kevinveenbirkenbach/cymais/tree/main/roles/srv-proxy-6-6-tls-deploy"
|
||
min_ansible_version: "2.9"
|
||
platforms:
|
||
- name: Any
|
||
versions: [ all ]
|
||
dependencies:
|
||
- sys-alm-compose
|
||
|