boma/roles/reverse_proxy/meta/main.yml
sjat 50b6445bdd feat(reverse_proxy): Caddy role (Gandi DNS-01, on-host image build, route catalog)
Implements the Caddy reverse proxy role (ADR-024): builds boma/caddy-gandi:latest
on-host (caddy-dns/gandi plugin), renders Caddyfile from route catalog, brings
Compose project up. Adds community.docker to requirements.yml, production group_vars,
and a caddy-image Makefile target.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-06-14 17:36:58 +02:00

13 lines
332 B
YAML

---
galaxy_info:
author: sjat
description: >-
Caddy reverse proxy with ACME DNS-01 TLS via Gandi (ADR-024). Builds the
custom image on-host (caddy-dns/gandi) and manages it via Docker Compose.
license: MIT
min_ansible_version: "2.17"
platforms:
- name: Debian
versions:
- trixie
dependencies: []