Ver a proveniência

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 há 1 ano
committed by GitHub
ascendente
cometimento
05e813a846
Não foi encontrada uma chave conhecida para esta assinatura, na base de dados ID da chave GPG: B5690EEEBB952194
1 ficheiros alterados com 2 adições e 1 eliminações
  1. +2
    -1
      roles/custom/matrix-media-repo/defaults/main.yml

+ 2
- 1
roles/custom/matrix-media-repo/defaults/main.yml Ver ficheiro

@@ -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.


Carregando…
Cancelar
Guardar