diff --git a/docs/configuring-playbook-turn.md b/docs/configuring-playbook-turn.md index 027b6f558..42fc80787 100644 --- a/docs/configuring-playbook-turn.md +++ b/docs/configuring-playbook-turn.md @@ -115,7 +115,7 @@ There are some additional things you may wish to configure about the TURN server Take a look at: -- `roles/custom/matrix-coturn/defaults/main.yml` for some variables that you can customize via your `vars.yml` file +- `roles/galaxy/coturn/defaults/main.yml` for some variables that you can customize via your `vars.yml` file ## Disabling coturn diff --git a/examples/vars.yml b/examples/vars.yml index 22dfc0704..727346aa1 100644 --- a/examples/vars.yml +++ b/examples/vars.yml @@ -62,7 +62,7 @@ postgres_connection_password: '' # # By default, auto-detection will be attempted using the `https://ifconfig.co/json` API. # Default values for this are specified in `coturn_turn_external_ip_address_auto_detection_*` variables in the coturn role -# (see `roles/custom/matrix-coturn/defaults/main.yml`). +# (see `roles/galaxy/coturn/defaults/main.yml`). # # If your server has multiple IP addresses, you may define them in another variable which allows a list of addresses. # Example: `coturn_turn_external_ip_addresses: ['1.2.3.4', '4.5.6.7']` diff --git a/setup.yml b/setup.yml index eb974bbeb..db9b6561b 100644 --- a/setup.yml +++ b/setup.yml @@ -121,7 +121,7 @@ - custom/matrix-sygnal - galaxy/ntfy - custom/matrix-static-files - - custom/matrix-coturn + - galaxy/coturn - custom/matrix-media-repo - custom/matrix-pantalaimon