Przeglądaj źródła

Also define the vars to be overwritten in group vars within the role vars.

pull/2375/head
jakicoll 3 lat temu
rodzic
commit
7848d865a5
2 zmienionych plików z 3 dodań i 3 usunięć
  1. +1
    -1
      roles/custom/matrix-jitsi/defaults/main.yml
  2. +2
    -2
      roles/custom/matrix-user-verification-service/defaults/main.yml

+ 1
- 1
roles/custom/matrix-jitsi/defaults/main.yml Wyświetl plik

@@ -66,7 +66,7 @@ matrix_jitsi_prosody_auth_matrix_files:
when: "{{ matrix_jitsi_prosody_auth_matrix_uvs_sync_power_levels }}"

# Plugged in group_vars
#matrix_jitsi_prosody_auth_matrix_uvs_auth_token:
matrix_jitsi_prosody_auth_matrix_uvs_auth_token: ''

matrix_jitsi_timezone: UTC



+ 2
- 2
roles/custom/matrix-user-verification-service/defaults/main.yml Wyświetl plik

@@ -21,8 +21,8 @@ matrix_user_verification_service_docker_image: "{{ matrix_user_verification_serv
matrix_user_verification_service_docker_image_force_pull: "{{ matrix_user_verification_service_docker_image.endswith(':latest') }}"

matrix_user_verification_service_container_name: "matrix-user-verification-service"
# Normally this would run on port 3000 however that may conflict with grafana. It is thus advised to change this port.
#matrix_user_verification_service_container_http_host_bind_port:
# This will be set in group vars
matrix_user_verification_service_container_http_host_bind_port: ''
matrix_user_verification_service_container_extra_arguments: []
# Systemd
matrix_user_verification_service_systemd_required_services_list: []


Ładowanie…
Anuluj
Zapisz