mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-08-29 23:08:06 +02:00
In between commit, updated matrix and optimized mailu
This commit is contained in:
@@ -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 }}"
|
||||
|
Reference in New Issue
Block a user