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>
13 lines
332 B
YAML
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: []
|