ソースを参照

Move into coturn defaults

pull/1741/head
Hefty Zauk 4年前
コミット
03d2dcc996
この署名に対応する既知のキーがデータベースに存在しません GPGキーID: 2D2C43DD44BBDA40
2個のファイルの変更1行の追加2行の削除
  1. +0
    -1
      group_vars/matrix_servers
  2. +1
    -1
      roles/matrix-coturn/defaults/main.yml

+ 0
- 1
group_vars/matrix_servers ファイルの表示

@@ -1145,7 +1145,6 @@ matrix_coturn_enabled: true
matrix_coturn_container_image_self_build: "{{ matrix_architecture != 'amd64' }}" 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 }}" matrix_coturn_turn_static_auth_secret: "{{ '%s' | format(matrix_homeserver_generic_secret_key) | password_hash('sha512', 'coturn.sas') | to_uuid }}"




+ 1
- 1
roles/matrix-coturn/defaults/main.yml ファイルの表示

@@ -65,7 +65,7 @@ matrix_coturn_turn_static_auth_secret: ""


# The external IP address of the machine where Coturn is. # The external IP address of the machine where Coturn is.
matrix_coturn_turn_external_ip_address: '' matrix_coturn_turn_external_ip_address: ''
matrix_coturn_turn_external_ip_addresses: []
matrix_coturn_turn_external_ip_addresses: [ "{{ matrix_coturn_turn_external_ip_address }}" ]


matrix_coturn_allowed_peer_ips: [] matrix_coturn_allowed_peer_ips: []
matrix_coturn_denied_peer_ips: [] matrix_coturn_denied_peer_ips: []


読み込み中…
キャンセル
保存