Remove MySQL and use dynamic file based accounts instead.

This commit is contained in:
2022-04-07 22:41:04 -05:00
parent 351cffc637
commit c7cb38303f
5 changed files with 59 additions and 88 deletions

View File

@@ -3,10 +3,6 @@
package_list:
- name: 'dovecot'
state: 'present'
- name: 'dovecot-fts-xapian'
state: 'present'
- name: 'dovecot-mysql'
state: 'present'
- name: 'dovecot-pigeonhole'
state: 'present'
firewall_list:
@@ -85,9 +81,6 @@ template_list:
src: '{{ ansible_distribution }}/{{ ansible_distribution_major_version }}/etc/dovecot/conf.d/90-sieve.conf'
- dest: '/etc/dovecot/dovecot.conf'
src: '{{ ansible_distribution }}/{{ ansible_distribution_major_version }}/etc/dovecot/dovecot.conf'
- dest: '/etc/dovecot/dovecot-sql.conf.ext'
mode: '0600'
src: '{{ ansible_distribution }}/{{ ansible_distribution_major_version }}/etc/dovecot/dovecot-sql.conf.ext'
- dest: '/etc/dovecot/local.conf'
src: '{{ ansible_distribution }}/{{ ansible_distribution_major_version }}/etc/dovecot/local.conf'
- dest: '/usr/lib/systemd/system/dovecot-copytls.service'