ansible/roles/owncloud/templates/certs.j2

16 lines
304 B
Plaintext
Raw Normal View History

2016-04-05 08:44:23 +02:00
---
{{ owncloud_domain }}:
- path: /etc/nginx/ssl/{{ owncloud_domain }}.crt
user: root
group: root
perm: '400'
format: crt
notify: 'service nginx restart'
- path: /etc/nginx/ssl/{{ owncloud_domain }}.key
user: root
group: root
perm: '400'
format: key
notify: 'service nginx restart'