forked from infra/ansible
16 lines
304 B
Plaintext
16 lines
304 B
Plaintext
|
---
|
||
|
|
||
|
{{ 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'
|