Revert Coturn Address Change, add new Addresses var (#2)

This commit is contained in:
heftyzauk
2022-04-11 11:50:41 +01:00
committed by GitHub
parent da31eecdb7
commit 268b079374
3 changed files with 5 additions and 3 deletions

View File

@ -1144,7 +1144,8 @@ matrix_coturn_enabled: true
matrix_coturn_container_image_self_build: "{{ matrix_architecture != 'amd64' }}"
matrix_coturn_turn_external_ip_address: ["{{ ansible_host }}"]
matrix_coturn_turn_external_ip_address: "{{ ansible_host }}"
matrix_coturn_turn_external_ip_addresses: [ "{{ matrix_coturn_turn_external_ip_address }}" ]
matrix_coturn_turn_static_auth_secret: "{{ '%s' | format(matrix_homeserver_generic_secret_key) | password_hash('sha512', 'coturn.sas') | to_uuid }}"