mailcow.yml aktualisiert
This commit is contained in:
parent
26d9a792bd
commit
1816b87083
@ -42,6 +42,15 @@
|
|||||||
notify:
|
notify:
|
||||||
- Restart mailcow
|
- Restart mailcow
|
||||||
|
|
||||||
|
- name: disable solr (high memory usage - https://docs.mailcow.email/de/manual-guides/Dovecot/u_e-dovecot-fts/)
|
||||||
|
ansible.builtin.replace:
|
||||||
|
path: /home/docker/mailcow-dockerized/mailcow.conf
|
||||||
|
regexp: '^SKIP_SOLR=n'
|
||||||
|
replace: 'SKIP_SOLR=y'
|
||||||
|
backup: yes
|
||||||
|
notify:
|
||||||
|
- Restart mailcow
|
||||||
|
|
||||||
- name: change http port 80->9080 (needed by traefik)
|
- name: change http port 80->9080 (needed by traefik)
|
||||||
ansible.builtin.replace:
|
ansible.builtin.replace:
|
||||||
path: /home/docker/mailcow-dockerized/mailcow.conf
|
path: /home/docker/mailcow-dockerized/mailcow.conf
|
||||||
|
Loading…
Reference in New Issue
Block a user