Enable mod_md fetched ACME TLS Certificates
This commit is contained in:
		| @@ -20,6 +20,12 @@ service_list: | ||||
|   - enabled: 'yes' | ||||
|     name: 'dovecot.service' | ||||
|     state: 'started' | ||||
|   - enabled: 'yes' | ||||
|     name: 'dovecot-copytls.service' | ||||
|     state: 'started' | ||||
|   - enabled: 'yes' | ||||
|     name: 'dovecot-copytls.timer' | ||||
|     state: 'started' | ||||
| template_list: | ||||
|   - dest: '/etc/dovecot/conf.d/10-auth.conf' | ||||
|     src: '{{ ansible_distribution }}/{{ ansible_distribution_major_version }}/etc/dovecot/conf.d/10-auth.conf' | ||||
| @@ -84,3 +90,7 @@ template_list: | ||||
|     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' | ||||
|     src: '{{ ansible_distribution }}/{{ ansible_distribution_major_version }}/usr/lib/systemd/system/dovecot-copytls.service' | ||||
|   - dest: '/usr/lib/systemd/system/dovecot-copytls.timer' | ||||
|     src: '{{ ansible_distribution }}/{{ ansible_distribution_major_version }}/usr/lib/systemd/system/dovecot-copytls.timer' | ||||
|   | ||||
		Reference in New Issue
	
	Block a user