Slavi Pantaleev
7d26dabc2f
Add defaults for matrix_hookshot_queue_host and matrix_hookshot_queue_port
2 лет назад
Slavi Pantaleev
74f91138c9
Fix syntax for connecting to additional networks for Hookshot
2 лет назад
Slavi Pantaleev
ca7b41f3f2
Fix indentation and remove unnecessary if-statements
2 лет назад
Slavi Pantaleev
ac4a918d58
Add missing --network for Hookshot
This seems to have been removed by accident.
2 лет назад
Joshua Hoffmann
98ad182eac
Add defaults for Hookshot's encryption
2 лет назад
Joshua Hoffmann
4f835e0560
use safer mount options for the container's files
2 лет назад
Joshua Hoffmann
8c93327e25
fix filename
2 лет назад
Joshua Hoffmann
06047763bb
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>
2 лет назад
Joshua Hoffmann
e55d769465
clarify that Redis is required, standardadise on Hookshot with an upper-case first letter for consistency
2 лет назад
Joshua Hoffmann
66706e4535
Update roles/custom/matrix-bridge-hookshot/templates/config.yml.j2
fix for a typo
Co-authored-by: Slavi Pantaleev <slavi@devture.com>
2 лет назад
Joshua Hoffmann
e5d34002fd
Add Jinja loop to allow adding multiple networks
2 лет назад
Joshua Hoffmann
69f947782d
split if statements for the message queue and experimental encryption support into seperate statements
2 лет назад
Joshua Hoffmann
4c13be1c89
change variable name per spantaleev's suggestion ( https://github.com/spantaleev/matrix-docker-ansible-deploy/pull/2979#discussion_r1379015551 )
2 лет назад
renovate[bot]
308b816d0c
Update halfshot/matrix-hookshot Docker tag to v4.7.0
2 лет назад
Slavi Pantaleev
2511b34a7c
Stop containers gracefully, instead of outright killing them
2 лет назад
renovate[bot]
d6db0ef729
Update halfshot/matrix-hookshot Docker tag to v4.6.0
2 лет назад
HarHarLinks
94abf2d5bd
draft encryption support for hookshot
2 лет назад
Samuel Meenzen
c846ed199b
Annotate version numbers with renovate metadata
2 лет назад
Aine
676c380477
Update hookshot 4.5.0 -> 4.5.1
2 лет назад
Aine
250a7845e9
Update hookshot 4.4.1 -> 4.5.0
2 лет назад
Slavi Pantaleev
2a56fe09c3
Upgrade Hookshot (4.4.0 -> 4.4.1)
Related to: https://matrix.org/blog/2023/07/bridges-security-updates/
2 лет назад
Aine
47b643f870
Update hookshot 4.3.0 -> 4.4.0
2 лет назад
Slavi Pantaleev
0174840296
Upgrade Hookshot (4.2.0 -> 4.3.0)
2 лет назад
Aine
0ce0a62eb7
Update hookshot 4.0.0 (4.1.0?) -> 4.2.0
2 лет назад
Luke Moch
e4498f9568
Fix for hookshot validation failure
2 лет назад
Slavi Pantaleev
e53c6c8020
Revert "Revert "Update hookshot 4.0.0 -> 4.1.0""
This reverts commit f98f803b44 .
As the docker image has been released for this version we can now upgrade to this version
2 лет назад
Slavi Pantaleev
f98f803b44
Revert "Update hookshot 4.0.0 -> 4.1.0"
This reverts commit 428f7a1f75 .
Looks like it won't become a tagged image until a "release" is posted.
2 лет назад
Aine
428f7a1f75
Update hookshot 4.0.0 -> 4.1.0
2 лет назад
Aine
34ffeb5f2f
Update hookshot 3.2.0 -> 4.0.0
2 лет назад
Aine
ec721a2b24
Update hookshot 3.1.1 -> 3.2.0
3 лет назад
Aine
45c37188b1
Update hookshot 3.1.0 -> 3.1.1
3 лет назад
Aine
09188314dd
Update hookshot 3.0.1 -> 3.1.0
3 лет назад
Aine
38fc864745
Update hookshot 3.0.0 -> 3.0.1
3 лет назад
Slavi Pantaleev
ade312e6f6
Add matrix_hookshot_container_network
3 лет назад
Aine
7ef804f62f
Update hookshot 2.7.0 -> 3.0.0
Warning! Potentially breaking change: https://github.com/matrix-org/matrix-hookshot/releases/tag/3.0.0
3 лет назад
Slavi Pantaleev
dddfee16bc
Fix all 300+ ansible-lint-reported errors
3 лет назад
Aine
32292b1f02
Update hookshot 2.6.1 -> 2.7.0
3 лет назад
Slavi Pantaleev
3ff6e755a9
Upgrade Hookshot (2.6.0 -> 2.6.1)
3 лет назад
Aine
627d8557ae
Update hookshot 2.5.0 -> 2.6.0
3 лет назад
Slavi Pantaleev
d59bbfdfc9
Upgrade Hookshot (2.4.0 -> 2.5.0)
3 лет назад
Aine
8ca6cdd016
fix hookshot role
3 лет назад
Slavi Pantaleev
e3d21e8096
Rename some default Hookshot variables
Fixup for 7e2e2626a0
Some references were left unrenamed which caused `validate_config.yml`
to trigger.
3 лет назад
Slavi Pantaleev
4a62df2ea3
Make Hookshot logging-level configurable
3 лет назад
Slavi Pantaleev
84f306b236
Add support for enableHttpGet and waitForComplete Hookshot options
Supersedes https://github.com/spantaleev/matrix-docker-ansible-deploy/pull/2256
3 лет назад
Slavi Pantaleev
7e2e2626a0
Make hookshot variable names consistent with the rest of the playbook
Related to https://github.com/spantaleev/matrix-docker-ansible-deploy/pull/2256
3 лет назад
Slavi Pantaleev
910cd9adf0
Replace import_role calls with include_role calls
3 лет назад
Slavi Pantaleev
2688e8bfc3
Optimize initial installation by not reloading systemd after each .service install
We expect `--tags=start` to handle systemd reloading, so we don't need
to do it manually each time we install/uninstall a .service file.
3 лет назад
Slavi Pantaleev
a04f6f4e3d
Optimize uninstall tasks a bit
- forego removing Docker images - it's not effective anyway, because it
only removes the last version.. which is a drop in the bucket, usually
- do not reload systemd - it's none of our business. `--tags=start`,
etc., handle this
- combine all uninstall tasks under a single block, which only runs if
we detect traces (a leftover systemd .service file) of the component.
If no such .service is detected, we skip them all. This may lead to
incorect cleanup in rare cases, but is good enough for the most part.
3 лет назад
Slavi Pantaleev
61f67d8f0a
Add install-* tags for quicker runs
3 лет назад
Slavi Pantaleev
7c2a7a8eb6
Replace most import_tasks calls with include_tasks for improved performance
3 лет назад