File diff a8ad1fdf6f60 → c92d79571cf9
roles/xmpp_server/tasks/main.yml
Show inline comments
 
@@ -57,6 +57,16 @@
 
  notify:
 
    - Restart Prosody
 

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

	
 
- name: Deploy configuration file for checking certificate validity via cron
 
  copy:
 
    content: "/etc/ssl/certs/{{ ansible_fqdn }}_xmpp.pem"