Explorar el Código

move var to matrix-base

pull/2629/head
Aine hace 3 años
padre
commit
2b05552b95
No se encontró ninguna clave conocida en la base de datos para esta firma ID de clave GPG: 34969C908CCA2804
Se han modificado 2 ficheros con 3 adiciones y 2 borrados
  1. +0
    -2
      group_vars/matrix_servers
  2. +3
    -0
      roles/custom/matrix-base/defaults/main.yml

+ 0
- 2
group_vars/matrix_servers Ver fichero

@@ -425,8 +425,6 @@ devture_playbook_state_preserver_commit_hash_preservation_dst: "{{ matrix_base_d
#
######################################################################

matrix_bridges_encryption_enabled: false

matrix_identity_server_url: "{{ ('https://' + matrix_server_fqn_matrix) if matrix_ma1sd_enabled else None }}"

matrix_homeserver_container_url: |-


+ 3
- 0
roles/custom/matrix-base/defaults/main.yml Ver fichero

@@ -13,6 +13,9 @@ matrix_domain: ~
# Example value: "@someone:{{ matrix_domain }}"
matrix_admin: ''

# Global var to enable/disable encryption across all bridges with encryption support
matrix_bridges_encryption_enabled: false

# matrix_homeserver_enabled controls whether to enable the homeserver systemd service, etc.
#
# Unless you're wrapping this playbook in another one


Cargando…
Cancelar
Guardar