From 868041257d350372bf586c700843aec857dbc052 Mon Sep 17 00:00:00 2001 From: Timo Makinen Date: Fri, 3 Jan 2025 17:13:30 +0000 Subject: [PATCH] Move DKIM key selector to host inventory --- hosts.yml | 2 ++ playbooks/mail.yml | 3 +-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/hosts.yml b/hosts.yml index 0cf86c4..4d4c106 100644 --- a/hosts.yml +++ b/hosts.yml @@ -54,6 +54,8 @@ log: mail: hosts: mail02.home.foo.sh: + vars: + opendkim_selector: 20240601 minecraft: hosts: minecraft01.home.foo.sh: diff --git a/playbooks/mail.yml b/playbooks/mail.yml index 1b86873..c3c8041 100644 --- a/playbooks/mail.yml +++ b/playbooks/mail.yml @@ -38,8 +38,7 @@ nginx_site_name: "{{ mail_server }}" nginx_site_redirect: https://webmail.foo.sh/ - grossd - - role: opendkim - opendkim_selector: 20240601 + - opendkim - spamassassin - spamassassin_clamav - spamassassin_ixhash