forked from infra/ansible
16 lines
358 B
Plaintext
16 lines
358 B
Plaintext
|
---
|
||
|
|
||
|
{{ coturn_realm }}:
|
||
|
- path: /etc/turnserver/certs/{{ coturn_realm }}.key
|
||
|
user: turnserver
|
||
|
group: turnserver
|
||
|
perm: '400'
|
||
|
format: key
|
||
|
action: '/usr/sbin/service coturn restart'
|
||
|
- path: /etc/turnserver/certs/{{ coturn_realm }}.crt
|
||
|
user: turnserver
|
||
|
group: turnserver
|
||
|
perm: '400'
|
||
|
format: crt,ca
|
||
|
action: '/usr/sbin/service coturn restart'
|