forked from infra/ansible
16 lines
295 B
Plaintext
16 lines
295 B
Plaintext
|
---
|
||
|
|
||
|
{{ gogs_domain }}:
|
||
|
- path: /etc/nginx/ssl/{{ gogs_domain }}.key
|
||
|
user: root
|
||
|
group: root
|
||
|
perm: '400'
|
||
|
format: key
|
||
|
action: 'service nginx restart'
|
||
|
- path: /etc/nginx/ssl/{{ gogs_domain }}.crt
|
||
|
user: root
|
||
|
group: root
|
||
|
perm: '400'
|
||
|
format: crt,ca
|
||
|
action: 'service nginx restart'
|