matrix-docker-ansible-deploy/roles/custom
Slavi Pantaleev 94c1503a60 Add support for experimental encryption in Hookshot
Squashed based on the work done in https://github.com/spantaleev/matrix-docker-ansible-deploy/pull/3042

commit 49932b8f3c17c4c4db7a884658c42f9a8b0550ca
Author: Slavi Pantaleev <slavi@devture.com>
Date:   Sat Dec 16 09:21:31 2023 +0200

    Fix syntax in matrix-bridge-hookshot/tasks/reset_encryption.yml

    Also, this task always does work and side-effects, so it should always report changes
    (`changed_when: true`).

commit 6bdf7a9dcb73385313a1f34d52e27ad0cf95fb3e
Author: Slavi Pantaleev <slavi@devture.com>
Date:   Sat Dec 16 09:12:41 2023 +0200

    Add Hookshot validation task to ensure queue settings are set when encryption is enabled

commit 8c531b7971b5dfd15ca541b5072b3eb8237cdcf9
Author: Slavi Pantaleev <slavi@devture.com>
Date:   Sat Dec 16 09:10:17 2023 +0200

    Add missing variables rewiring in group_vars/matrix_servers for Hookshot

commit 7d26dabc2fe692f5e1236c0e250f85996f3fd0c2
Author: Slavi Pantaleev <slavi@devture.com>
Date:   Sat Dec 16 09:08:19 2023 +0200

    Add defaults for matrix_hookshot_queue_host and matrix_hookshot_queue_port

commit 74f91138c92f1d1b69eb973803b882849e31a259
Author: Slavi Pantaleev <slavi@devture.com>
Date:   Sat Dec 16 09:06:17 2023 +0200

    Fix syntax for connecting to additional networks for Hookshot

commit ca7b41f3f2d0c2900b2805294476f70e82461304
Author: Slavi Pantaleev <slavi@devture.com>
Date:   Sat Dec 16 09:05:28 2023 +0200

    Fix indentation and remove unnecessary if-statements

commit ac4a918d58fc76e7332446a65609b56c5e4da00c
Author: Slavi Pantaleev <slavi@devture.com>
Date:   Sat Dec 16 09:04:44 2023 +0200

    Add missing --network for Hookshot

    This seems to have been removed by accident.

commit 6a81fa208fca28951fc131cbf33b95ec78748a40
Author: Slavi Pantaleev <slavi@devture.com>
Date:   Sat Dec 16 09:02:47 2023 +0200

    Make automatic Redis enabling safer, when Hookshot encryption enabled

    If we ever default encryption to enabled for Hookshot, we only wish to force-enable Redis if Hookshot is actually enabled.

commit 75a8e0f2a6cbf1562cb99c68ad1f20e4d47735ed
Author: Slavi Pantaleev <slavi@devture.com>
Date:   Sat Dec 16 09:01:10 2023 +0200

    Fix typo

commit 98ad182eaccc7ab457ead4e03cc0d4f2a525a47d
Author: Joshua Hoffmann <joshua.hoffmann@b1-systems.de>
Date:   Fri Dec 15 22:37:40 2023 +0100

    Add defaults for Hookshot's encryption

commit 29fa9fab151f513908d3e45882003da107a63c93
Author: Joshua Hoffmann <joshua.hoffmann@b1-systems.de>
Date:   Fri Dec 15 22:35:11 2023 +0100

    Improve wording of Hookshot's encryption section

commit 4f835e0560012754d7ce0b56619a97c68a297992
Author: Joshua Hoffmann <joshua.hoffmann@b1-systems.de>
Date:   Fri Dec 15 22:28:52 2023 +0100

    use safer mount options for the container's files

commit 8c93327e25c5e6af2442c676d5f264d4051c80e2
Author: Joshua Hoffmann <joshua.hoffmann@b1-systems.de>
Date:   Fri Dec 15 22:26:01 2023 +0100

    fix filename

commit 03a7bb6e7798dd95f7894311e4dd34dfa09f70fa
Merge: e55d7694 06047763
Author: Joshua Hoffmann <joshua.hoffmann@b1-systems.de>
Date:   Fri Dec 15 22:23:44 2023 +0100

    Merge branch 'HarHarLinks/hookshot-encryption' of https://github.com/real-joshua/matrix-docker-ansible-deploy into HarHarLinks/hookshot-encryption

commit 06047763bbd427dde117c6635ac7301198571158
Author: Joshua Hoffmann <joshua.hoffmann@b1-systems.de>
Date:   Fri Dec 15 22:15:54 2023 +0100

    Update roles/custom/matrix-bridge-hookshot/templates/config.yml.j2

    change the if statement to not require a variable with a length > 0 and add a filter to json for the redis host

    Co-authored-by: Slavi Pantaleev <slavi@devture.com>

commit e55d769465bd299081464e68d34851729d42d5ff
Author: Joshua Hoffmann <joshua.hoffmann@b1-systems.de>
Date:   Fri Dec 15 22:13:50 2023 +0100

    clarify that Redis is required, standardadise on Hookshot with an upper-case first letter for consistency

commit 66706e4535704deba63e5aa2102f324f9b14dae3
Author: Joshua Hoffmann <joshua.hoffmann@b1-systems.de>
Date:   Fri Dec 15 22:08:20 2023 +0100

    Update roles/custom/matrix-bridge-hookshot/templates/config.yml.j2

    fix for a typo

    Co-authored-by: Slavi Pantaleev <slavi@devture.com>

commit f6aaeb9a16f84409d31188e696885afed89fbdcc
Merge: e5d34002 869dd33f
Author: Joshua Hoffmann <joshua.hoffmann@b1-systems.de>
Date:   Fri Dec 15 00:22:34 2023 +0100

    Merge branch 'master' into HarHarLinks/hookshot-encryption

commit e5d34002fd6c39c3e18df04e20d0c8b25475db78
Author: Joshua Hoffmann <joshua.hoffmann@b1-systems.de>
Date:   Fri Dec 15 00:09:27 2023 +0100

    Add Jinja loop to allow adding multiple networks

commit 69f947782d6e072c3edc4ee4c7d5ccf69eccf3fd
Author: Joshua Hoffmann <joshua.hoffmann@b1-systems.de>
Date:   Thu Dec 14 23:52:41 2023 +0100

    split if statements for the message queue and experimental encryption support into seperate statements

commit 4c13be1c89ffb1b06475c7da546f7956e67b36a1
Author: Joshua Hoffmann <joshua.hoffmann@b1-systems.de>
Date:   Thu Dec 14 23:31:19 2023 +0100

    change variable name per spantaleev's suggestion (https://github.com/spantaleev/matrix-docker-ansible-deploy/pull/2979#discussion_r1379015551)

commit 9905309aa9448f91297f8c7618bf62682eee2af7
Author: HarHarLinks <kim.brose@rwth-aachen.de>
Date:   Wed Nov 1 16:14:04 2023 +0100

    amend docs

commit 94abf2d5bde63919c6b5597f3142eea5fed73815
Author: HarHarLinks <kim.brose@rwth-aachen.de>
Date:   Wed Nov 1 16:05:22 2023 +0100

    draft encryption support for hookshot
2023-12-16 09:23:35 +02:00
..
etherpad-proxy-connect Fix all 300+ ansible-lint-reported errors 2023-03-07 17:28:15 +02:00
matrix_playbook_migration Fix potential Docker apt repository signed-by conflict on Debian-based systems 2023-11-21 15:41:00 +02:00
matrix-base refactor: update links to avoid future issue 2023-12-15 11:18:18 +01:00
matrix-bot-buscarron Stop containers gracefully, instead of outright killing them 2023-12-06 11:52:23 +02:00
matrix-bot-chatgpt Optimize matrix-bot-chatgpt container stopping time 2023-12-06 12:11:53 +02:00
matrix-bot-draupnir Stop containers gracefully, instead of outright killing them 2023-12-06 11:52:23 +02:00
matrix-bot-go-neb Stop containers gracefully, instead of outright killing them 2023-12-06 11:52:23 +02:00
matrix-bot-honoroit Stop containers gracefully, instead of outright killing them 2023-12-06 11:52:23 +02:00
matrix-bot-matrix-registration-bot Stop containers gracefully, instead of outright killing them 2023-12-06 11:52:23 +02:00
matrix-bot-matrix-reminder-bot Stop containers gracefully, instead of outright killing them 2023-12-06 11:52:23 +02:00
matrix-bot-maubot Stop containers gracefully, instead of outright killing them 2023-12-06 11:52:23 +02:00
matrix-bot-mjolnir Stop containers gracefully, instead of outright killing them 2023-12-06 11:52:23 +02:00
matrix-bot-postmoogle Stop containers gracefully, instead of outright killing them 2023-12-06 11:52:23 +02:00
matrix-bridge-appservice-discord Stop containers gracefully, instead of outright killing them 2023-12-06 11:52:23 +02:00
matrix-bridge-appservice-irc Stop containers gracefully, instead of outright killing them 2023-12-06 11:52:23 +02:00
matrix-bridge-appservice-kakaotalk Stop containers gracefully, instead of outright killing them 2023-12-06 11:52:23 +02:00
matrix-bridge-appservice-slack Stop containers gracefully, instead of outright killing them 2023-12-06 11:52:23 +02:00
matrix-bridge-appservice-webhooks Stop containers gracefully, instead of outright killing them 2023-12-06 11:52:23 +02:00
matrix-bridge-beeper-linkedin Stop containers gracefully, instead of outright killing them 2023-12-06 11:52:23 +02:00
matrix-bridge-go-skype-bridge Stop containers gracefully, instead of outright killing them 2023-12-06 11:52:23 +02:00
matrix-bridge-heisenbridge Optimize matrix-heisenbridge container stopping time 2023-12-06 12:13:06 +02:00
matrix-bridge-hookshot Add support for experimental encryption in Hookshot 2023-12-16 09:23:35 +02:00
matrix-bridge-mautrix-discord Stop containers gracefully, instead of outright killing them 2023-12-06 11:52:23 +02:00
matrix-bridge-mautrix-facebook Stop containers gracefully, instead of outright killing them 2023-12-06 11:52:23 +02:00
matrix-bridge-mautrix-gmessages Stop containers gracefully, instead of outright killing them 2023-12-06 11:52:23 +02:00
matrix-bridge-mautrix-googlechat Stop containers gracefully, instead of outright killing them 2023-12-06 11:52:23 +02:00
matrix-bridge-mautrix-hangouts Stop containers gracefully, instead of outright killing them 2023-12-06 11:52:23 +02:00
matrix-bridge-mautrix-instagram Stop containers gracefully, instead of outright killing them 2023-12-06 11:52:23 +02:00
matrix-bridge-mautrix-signal Stop containers gracefully, instead of outright killing them 2023-12-06 11:52:23 +02:00
matrix-bridge-mautrix-slack Stop containers gracefully, instead of outright killing them 2023-12-06 11:52:23 +02:00
matrix-bridge-mautrix-telegram Stop containers gracefully, instead of outright killing them 2023-12-06 11:52:23 +02:00
matrix-bridge-mautrix-twitter Stop containers gracefully, instead of outright killing them 2023-12-06 11:52:23 +02:00
matrix-bridge-mautrix-whatsapp Stop containers gracefully, instead of outright killing them 2023-12-06 11:52:23 +02:00
matrix-bridge-mautrix-wsproxy Stop containers gracefully, instead of outright killing them 2023-12-06 11:52:23 +02:00
matrix-bridge-mx-puppet-discord Stop containers gracefully, instead of outright killing them 2023-12-06 11:52:23 +02:00
matrix-bridge-mx-puppet-groupme Stop containers gracefully, instead of outright killing them 2023-12-06 11:52:23 +02:00
matrix-bridge-mx-puppet-instagram Stop containers gracefully, instead of outright killing them 2023-12-06 11:52:23 +02:00
matrix-bridge-mx-puppet-slack Stop containers gracefully, instead of outright killing them 2023-12-06 11:52:23 +02:00
matrix-bridge-mx-puppet-steam Stop containers gracefully, instead of outright killing them 2023-12-06 11:52:23 +02:00
matrix-bridge-mx-puppet-twitter Stop containers gracefully, instead of outright killing them 2023-12-06 11:52:23 +02:00
matrix-bridge-sms Update folivonet/matrix-sms-bridge Docker tag to v0.5.8 2023-10-17 06:21:41 +00:00
matrix-cactus-comments Stop containers gracefully, instead of outright killing them 2023-12-06 11:52:23 +02:00
matrix-client-cinny Stop containers gracefully, instead of outright killing them 2023-12-06 11:52:23 +02:00
matrix-client-element refactor: update links to avoid future issue 2023-12-15 11:18:18 +01:00
matrix-client-hydrogen fix: hydrogen client docker/sources url 2023-12-15 11:08:23 +01:00
matrix-client-schildichat refactor: update links to avoid future issue 2023-12-15 11:18:18 +01:00
matrix-common-after/tasks Fix all 300+ ansible-lint-reported errors 2023-03-07 17:28:15 +02:00
matrix-conduit Stop containers gracefully, instead of outright killing them 2023-12-06 11:52:23 +02:00
matrix-corporal Upgrade matrix-corporal (2.6.0 -> 2.7.0) 2023-12-15 22:20:09 +02:00
matrix-coturn Stop containers gracefully, instead of outright killing them 2023-12-06 11:52:23 +02:00
matrix-dendrite chore(deps): update matrixdotorg/dendrite-monolith docker tag to v0.13.5 2023-12-12 19:43:12 +00:00
matrix-dimension Stop containers gracefully, instead of outright killing them 2023-12-06 11:52:23 +02:00
matrix-dynamic-dns Stop containers gracefully, instead of outright killing them 2023-12-06 11:52:23 +02:00
matrix-email2matrix Stop containers gracefully, instead of outright killing them 2023-12-06 11:52:23 +02:00
matrix-ldap-registration-proxy Stop containers gracefully, instead of outright killing them 2023-12-06 11:52:23 +02:00
matrix-ma1sd Stop containers gracefully, instead of outright killing them 2023-12-06 11:52:23 +02:00
matrix-mailer Stop containers gracefully, instead of outright killing them 2023-12-06 11:52:23 +02:00
matrix-media-repo Add some parenthesis in if statement 2023-12-14 09:09:10 +02:00
matrix-nginx-proxy Stop containers gracefully, instead of outright killing them 2023-12-06 11:52:23 +02:00
matrix-prometheus-nginxlog-exporter Stop containers gracefully, instead of outright killing them 2023-12-06 11:52:23 +02:00
matrix-prometheus-services-connect Added matrix-media-repo role 2023-07-12 01:09:27 -05:00
matrix-prometheus-services-proxy-connect Fix all 300+ ansible-lint-reported errors 2023-03-07 17:28:15 +02:00
matrix-rageshake Stop containers gracefully, instead of outright killing them 2023-12-06 11:52:23 +02:00
matrix-registration Stop containers gracefully, instead of outright killing them 2023-12-06 11:52:23 +02:00
matrix-sliding-sync Stop containers gracefully, instead of outright killing them 2023-12-06 11:52:23 +02:00
matrix-sygnal Stop containers gracefully, instead of outright killing them 2023-12-06 11:52:23 +02:00
matrix-synapse bump synapse version 2023-12-13 02:25:06 +08:00
matrix-synapse-admin Stop containers gracefully, instead of outright killing them 2023-12-06 11:52:23 +02:00
matrix-synapse-auto-compressor Stop containers gracefully, instead of outright killing them 2023-12-06 11:52:23 +02:00
matrix-synapse-reverse-proxy-companion Stop containers gracefully, instead of outright killing them 2023-12-06 11:52:23 +02:00
matrix-user-creator add ensure-users-created tag alongside with ensure-matrix-users-created 2023-10-02 18:33:21 +03:00
matrix-user-verification-service Stop containers gracefully, instead of outright killing them 2023-12-06 11:52:23 +02:00