File diff ed73868fa196 → a7cd31c6886d
roles/mail_server/tasks/main.yml
Show inline comments
 
@@ -59,6 +59,16 @@
 
  notify:
 
    - Restart Postfix
 

	
 
- name: Generate the SMTP server Diffie-Helman parameter
 
  openssl_dhparam:
 
    owner: root
 
    group: root
 
    mode: 0640
 
    path: "/etc/ssl/private/{{ ansible_fqdn }}_smtp.dh.pem"
 
    size: 2048
 
  notify:
 
    - Restart Postfix
 

	
 
- name: Deploy IMAP TLS private key
 
  copy:
 
    dest: "/etc/ssl/private/{{ ansible_fqdn }}_imap.key"