Remove MySQL and use dynamic file based accounts instead.
This commit is contained in:
@@ -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'
|
||||
|
Reference in New Issue
Block a user