An ansible role for setting up coturn (a STUN and TURN server) on OpenSuSE. This is mostly inspired by the hints given in the nextcloud documentation.
- openSUSE Leap 15.6
You can set the following variables to configure the role. Here listed are the variables and their default settings.
| Value | Description | Default |
|---|---|---|
| coturn_port | TCP port | 6379 |
Including an example of how to use your role (for instance, with variables passed in as parameters) is always nice for users too:
- hosts: jellyfish
roles:
- { role: geekoops-coturn}
An advanced example for the imaginary jellyfish test server
- hosts: jellyfish
roles:
- role: geekoops-coturn
MIT
- Test on 15.6