2016-04-09 23:41:41 +02:00
|
|
|
---
|
|
|
|
|
|
|
|
{{ gogs_domain }}:
|
|
|
|
- path: /etc/nginx/ssl/{{ gogs_domain }}.key
|
|
|
|
user: root
|
|
|
|
group: root
|
|
|
|
perm: '400'
|
|
|
|
format: key
|
2017-02-28 14:48:03 +01:00
|
|
|
action: '/usr/sbin/service nginx restart'
|
2016-04-09 23:41:41 +02:00
|
|
|
- path: /etc/nginx/ssl/{{ gogs_domain }}.crt
|
|
|
|
user: root
|
|
|
|
group: root
|
|
|
|
perm: '400'
|
|
|
|
format: crt,ca
|
2017-02-28 14:48:03 +01:00
|
|
|
action: '/usr/sbin/service nginx restart'
|