boma/roles
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
..
base fix(base): propagate hardening tag to included tasks; check-mode-safe fail2ban 2026-06-14 16:54:23 +02:00
dev_env dev_env: install Node.js from pinned tarball, drop npm bloat 2026-06-11 14:21:33 +02:00
docker_host feat(docker_host): install Docker engine + compose plugin 2026-06-14 17:28:51 +02:00
public_dns fix(public_dns): index loop keys with item['key'] not item.key 2026-06-14 10:57:23 +02:00
reverse_proxy feat(reverse_proxy): Caddy role (Gandi DNS-01, on-host image build, route catalog) 2026-06-14 17:36:58 +02:00
README.md fix(O1): scaffold docker_host role so make lint passes on main 2026-06-11 14:53:55 +02:00

roles/

Local Ansible roles. No Galaxy roles — every role is written and maintained here (ADR-003). Scaffold new ones with make new-role NAME=<name>; never create the directory structure by hand.

Each role must have: a molecule/default/ scenario (Debian 13), a populated README.md, and a filled-in meta/main.yml. Conventions: CLAUDE.md and docs/runbooks/new-role.md.

Current state: base is partially built — its firewall concern (nftables) is implemented and tested; the other concerns (SSH hardening, fail2ban, auditd, packages, users) are not yet built. docker_host is scaffolded but has no tasks yet. dev_env (interactive developer environment) is built and applied. See STATUS.md for the authoritative breakdown.