|
|
@@ -3105,7 +3105,7 @@ matrix_coturn_container_image_self_build: "{{ matrix_architecture not in ['amd64 |
|
|
|
|
|
|
|
|
# We make the assumption that `ansible_host` points to an external IP address, which may not always be the case. |
|
|
# We make the assumption that `ansible_host` points to an external IP address, which may not always be the case. |
|
|
# Users are free to set `matrix_coturn_turn_external_ip_address` to an empty string |
|
|
# Users are free to set `matrix_coturn_turn_external_ip_address` to an empty string |
|
|
# to allow auto-detection (via an EchoIP service) to happen at runtime. |
|
|
|
|
|
|
|
|
# to allow auto-detection (via an echoip service) to happen at runtime. |
|
|
matrix_coturn_turn_external_ip_address: "{{ ansible_host }}" |
|
|
matrix_coturn_turn_external_ip_address: "{{ ansible_host }}" |
|
|
|
|
|
|
|
|
matrix_coturn_turn_static_auth_secret: "{{ ((matrix_homeserver_generic_secret_key + ':coturn.sas') | hash('sha512') | to_uuid) if matrix_coturn_authentication_method == 'auth-secret' else '' }}" |
|
|
matrix_coturn_turn_static_auth_secret: "{{ ((matrix_homeserver_generic_secret_key + ':coturn.sas') | hash('sha512') | to_uuid) if matrix_coturn_authentication_method == 'auth-secret' else '' }}" |
|
|
|