ansible/roles/mail/templates/mailman/certs.j2

16 lines
303 B
Plaintext
Raw Normal View History

2016-03-01 07:56:37 +01:00
---
{{ mailman_domain }}:
- path: /etc/nginx/ssl/{{ mailman_domain }}.crt
user: nginx
group: nginx
perm: '400'
format: crt
notify: 'service nginx reload'
- path: /etc/nginx/ssl/{{ mailman_domain }}.key
user: nginx
group: nginx
perm: '400'
format: key
notify: 'service nginx reload'