1
0
forked from infra/ansible
infra/roles/mail/templates/mailman/certs.j2

16 lines
304 B
Plaintext
Raw Normal View History

2016-03-01 07:56:37 +01:00
---
{{ mailman_domain }}:
- path: /etc/nginx/ssl/{{ mailman_domain }}.key
2016-04-08 09:28:53 +02:00
user: root
group: root
2016-03-01 07:56:37 +01:00
perm: '400'
format: key
2016-04-06 19:02:54 +02:00
action: 'service nginx restart'
2016-04-08 09:28:53 +02:00
- path: /etc/nginx/ssl/{{ mailman_domain }}.crt
user: root
group: root
perm: '400'
format: crt,ca
action: 'service nginx restart'