In between commit, updated matrix and optimized mailu

This commit is contained in:
2025-08-20 17:48:59 +02:00
parent 384beae7c1
commit 7a6e273ea4
14 changed files with 77 additions and 14 deletions

View File

@@ -8,6 +8,21 @@
success_msg: "MAILU_HOSTNAMES is valid."
when: MODE_ASSERT | bool
- name: "load variables from {{ DOCKER_VARS_FILE }}"
include_vars: "{{ DOCKER_VARS_FILE }}"
- name: Ensure Rspamd overrides directory exists (host)
file:
path: "{{ MAILU_RSPAMD_HOST_DIR }}"
state: directory
mode: "0755"
- name: Render ratelimit.conf
template:
src: ratelimit.conf.j2
dest: "{{ MAILU_RSPAMD_HOST_FILE }}"
mode: "0644"
- name: "Mailu Docker and Webserver Setup"
block:
- name: "load docker, db and proxy for {{ application_id }}"