systemli / ansible-role-coturn

Install and configure coturn on Debian

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ansible-role-coturn

Build Status

Install coturn for Nextcloud like described here: https://help.nextcloud.com/t/howto-setup-nextcloud-talk-with-turn-server/30794

This role might be useful in conjunction with systemli.nextcloud or systemli.jitsi_meet.

Role Variables

Required Variables

The following variables are required (no defaults provided) and must always be defined when using the role:

  • coturn_static_auth_secret: Shared secret for client authentication. One way to generate an appropriate value is by using pwgen -s 64 1.
  • coturn_realm: Use a syntactically correct hostname or domain.

Optional Variables

See defaults/main.yml for a list of optional variables.

Download

Download latest release with ansible-galaxy

ansible-galaxy install systemli.coturn

Testing & Development

For developing and testing the role we use Github Actions, Molecule, and Vagrant. On the local environment you can easily test the role with

molecule test

License

GPLv3

Author Information

https://www.systemli.org

About

Install and configure coturn on Debian

License:GNU General Public License v3.0


Languages

Language:Jinja 100.0%