infra/roles
jack 836d554e7b
Some checks failed
CI/CD / syntax-check (push) Successful in 1m12s
CI/CD / deploy (push) Failing after 16m1s
fix: handle None from lookup('file') when postfix-accounts.cf doesn't exist
lookup(..., errors='ignore') returns None (not empty string) for missing files.
Use | default('', true) to also convert falsy None to empty string.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-22 17:46:30 +07:00
..
backup fix: redesign backup archive structure + enable Outline email auth 2026-03-22 16:20:11 +07:00
base feat: extend fail2ban with Forgejo SSH and Traefik HTTP jails 2026-03-22 04:51:43 +07:00
docker feat: Cloudflare DNS-01 ACME + Docker hardening + sysctl 2026-03-22 04:06:46 +07:00
services feat: add SnappyMail webmail and docker-mailserver with full send/receive 2026-03-22 17:21:25 +07:00
tools fix: handle None from lookup('file') when postfix-accounts.cf doesn't exist 2026-03-22 17:46:30 +07:00