boma/roles
sjat 078d1ad9d9 fix(public_dns): drop null-MX (Gandi rejects '0 .'); remove MX instead
Gandi LiveDNS rejects the RFC-7505 null-MX value '0 .' ('invalid format for MX
record'), which failed the live apply. No MX + no apex A = no mail delivery, and
SPF -all + DMARC reject still prevent spoofing — so remove Gandi's seeded MX (add
@/MX to absent) rather than declare a null-MX present. Assert now requires an SPF
@/TXT record; tests + Molecule sample updated.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-06-14 10:53:54 +02:00
..
base feat(base): add ssh-from-control management-plane source (ADR-021) 2026-06-09 17:43:55 +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 fix(O1): scaffold docker_host role so make lint passes on main 2026-06-11 14:53:55 +02:00
public_dns fix(public_dns): drop null-MX (Gandi rejects '0 .'); remove MX instead 2026-06-14 10:53:54 +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.