Move DKIM key selector to host inventory
This commit is contained in:
parent
ba98d5223b
commit
868041257d
2 changed files with 3 additions and 2 deletions
|
@ -54,6 +54,8 @@ log:
|
||||||
mail:
|
mail:
|
||||||
hosts:
|
hosts:
|
||||||
mail02.home.foo.sh:
|
mail02.home.foo.sh:
|
||||||
|
vars:
|
||||||
|
opendkim_selector: 20240601
|
||||||
minecraft:
|
minecraft:
|
||||||
hosts:
|
hosts:
|
||||||
minecraft01.home.foo.sh:
|
minecraft01.home.foo.sh:
|
||||||
|
|
|
@ -38,8 +38,7 @@
|
||||||
nginx_site_name: "{{ mail_server }}"
|
nginx_site_name: "{{ mail_server }}"
|
||||||
nginx_site_redirect: https://webmail.foo.sh/
|
nginx_site_redirect: https://webmail.foo.sh/
|
||||||
- grossd
|
- grossd
|
||||||
- role: opendkim
|
- opendkim
|
||||||
opendkim_selector: 20240601
|
|
||||||
- spamassassin
|
- spamassassin
|
||||||
- spamassassin_clamav
|
- spamassassin_clamav
|
||||||
- spamassassin_ixhash
|
- spamassassin_ixhash
|
||||||
|
|
Loading…
Add table
Reference in a new issue