Browse Source

Remove duplicate matrix_media_repo_identifier definition from group_vars/matrix_servers

`matrix_media_repo_identifier` is already defined in the role defaults,
which is a better role to have it anyway.
pull/3045/head
Slavi Pantaleev 2 years ago
parent
commit
ce013a325c
2 changed files with 1 additions and 3 deletions
  1. +0
    -2
      group_vars/matrix_servers
  2. +1
    -1
      roles/custom/matrix-media-repo/defaults/main.yml

+ 0
- 2
group_vars/matrix_servers View File

@@ -2693,8 +2693,6 @@ matrix_ma1sd_database_password: "{{ '%s' | format(matrix_homeserver_generic_secr
# #
###################################################################### ######################################################################


matrix_media_repo_identifier: matrix-media-repo

matrix_media_repo_enabled: false matrix_media_repo_enabled: false
matrix_media_repo_container_network: "{{ matrix_nginx_proxy_container_network if matrix_playbook_reverse_proxy_type == 'playbook-managed-nginx' else matrix_media_repo_identifier }}" matrix_media_repo_container_network: "{{ matrix_nginx_proxy_container_network if matrix_playbook_reverse_proxy_type == 'playbook-managed-nginx' else matrix_media_repo_identifier }}"




+ 1
- 1
roles/custom/matrix-media-repo/defaults/main.yml View File

@@ -9,7 +9,7 @@ matrix_media_repo_enabled: false


# matrix_media_repo_identifier controls the identifier of this media-repo instance, which influences: # matrix_media_repo_identifier controls the identifier of this media-repo instance, which influences:
# - the default storage path # - the default storage path
# - the names of systemd services
# - the names of systemd services and containers
matrix_media_repo_identifier: matrix-media-repo matrix_media_repo_identifier: matrix-media-repo


matrix_media_repo_container_image_self_build: false matrix_media_repo_container_image_self_build: false


Loading…
Cancel
Save