mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy.git
synced 2025-02-22 23:14:10 +01:00
Upgrade Etherpad (v2.2.7-1 -> v2.2.7-2) and switch to newly introduced variables
This commit is contained in:
parent
b21a0b367d
commit
87a05ef94b
@ -3532,7 +3532,7 @@ matrix_dimension_database_password: "{{ '%s' | format(matrix_homeserver_generic_
|
||||
|
||||
######################################################################
|
||||
#
|
||||
# etke/etherpad
|
||||
# etherpad
|
||||
#
|
||||
######################################################################
|
||||
|
||||
@ -3554,7 +3554,7 @@ etherpad_container_http_host_bind_port: "{{ (matrix_playbook_service_host_bind_i
|
||||
|
||||
etherpad_container_network: "{{ matrix_addons_container_network }}"
|
||||
|
||||
etherpad_container_additional_networks: |
|
||||
etherpad_container_additional_networks_auto: |
|
||||
{{
|
||||
(
|
||||
([matrix_playbook_reverse_proxyable_services_additional_network] if matrix_playbook_reverse_proxyable_services_additional_network else [])
|
||||
@ -3568,10 +3568,8 @@ etherpad_container_labels_traefik_docker_network: "{{ matrix_playbook_reverse_pr
|
||||
etherpad_container_labels_traefik_entrypoints: "{{ traefik_entrypoint_primary }}"
|
||||
etherpad_container_labels_traefik_tls_certResolver: "{{ traefik_certResolver_primary }}"
|
||||
|
||||
etherpad_systemd_required_services_list: |
|
||||
etherpad_systemd_required_services_list_auto: |
|
||||
{{
|
||||
[devture_systemd_docker_base_docker_service_name]
|
||||
+
|
||||
([postgres_identifier ~ '.service'] if postgres_enabled else [])
|
||||
}}
|
||||
|
||||
@ -3582,7 +3580,7 @@ etherpad_database_password: "{{ '%s' | format(matrix_homeserver_generic_secret_k
|
||||
|
||||
######################################################################
|
||||
#
|
||||
# /etke/etherpad
|
||||
# /etherpad
|
||||
#
|
||||
######################################################################
|
||||
|
||||
|
@ -16,7 +16,7 @@
|
||||
version: 129c8590e106b83e6f4c259649a613c6279e937a
|
||||
name: docker_sdk_for_python
|
||||
- src: git+https://github.com/mother-of-all-self-hosting/ansible-role-etherpad.git
|
||||
version: v2.2.7-1
|
||||
version: v2.2.7-2
|
||||
name: etherpad
|
||||
- src: git+https://github.com/mother-of-all-self-hosting/ansible-role-exim-relay.git
|
||||
version: v4.98-r0-4-1
|
||||
|
Loading…
x
Reference in New Issue
Block a user