Kaynağa Gözat

Default matrix_media_repo_generate_signing_key to false in the matrix-media-repo role

No need to duplicate the same logic as in `group_vars/matrix_servers`.

Having it disabled by default in the role itself and overriding it at the playbook level (based on the selected homeserver implementation) makes more sense.
pull/3469/head
Slavi Pantaleev 1 yıl önce
committed by GitHub
ebeveyn
işleme
05e813a846
Veri tabanında bu imza için bilinen anahtar bulunamadı GPG Anahtar Kimliği: B5690EEEBB952194
1 değiştirilmiş dosya ile 2 ekleme ve 1 silme
  1. +2
    -1
      roles/custom/matrix-media-repo/defaults/main.yml

+ 2
- 1
roles/custom/matrix-media-repo/defaults/main.yml Dosyayı Görüntüle

@@ -320,7 +320,8 @@ matrix_media_repo_homeservers_auto: []
matrix_media_repo_homeservers_additional: []

# If true, the playbook will generate a signing key when the setup role is invoked.
matrix_media_repo_generate_signing_key: "{{ matrix_homeserver_implementation == 'synapse' or matrix_homeserver_implementation == 'dendrite' }}"
# This is adjusted in `group_vars/matrix_servers` depending on the homeserver implementation.
matrix_media_repo_generate_signing_key: false

# Path where the homeserver signing key is located. Set automatically in
# `group_vars/matrix_servers` depending on which homeserver is being used.


Yükleniyor…
İptal
Kaydet