Slavi Pantaleev
c73680712b
Fix (suppress) var-naming ansible-lint errors
Reference: https://ansible-lint.readthedocs.io/en/latest/default_rules/#var-naming
We don't really fix these, but just suppress them,
because they're like that intentionally.
We try to name variables in a way that is consistent with the
configuration key they control. If the upstream component uses
camelCase, we also need to include camelCase in the variable name.
před 3 roky
Slavi Pantaleev
c1849ae888
Fix the remaining var-spacing ansible-lint errors
Reference: https://ansible-lint.readthedocs.io/en/latest/default_rules/#var-spacing
před 3 roky
Slavi Pantaleev
0ab2001ce7
Fix git-latest ansible-lint errors
Reference: https://ansible-lint.readthedocs.io/en/latest/default_rules/#git-latest
Our variable naming is not necessarily consistent across roles.
I've tried to follow the naming conventions of each individual role.
All new variables are suffixed with `_version`, but the prefix may be
somewhat different.
před 3 roky
Slavi Pantaleev
d073c7ecb3
More ansible-lint fixes
před 3 roky
Slavi Pantaleev
ddf18eadc7
More ansible-lint fixes
před 3 roky
Aine
e149f33140
add/unify 'Project source code URL' link across all roles
před 3 roky
Didier 'OdyX' Raboud
eda75e6492
Bump Slack Appservice to 1.11.0
před 3 roky
Marko Weltzer
7e5b88c3b7
fix: all praise the allmighty yamllinter
před 4 roky
GoliathLabs
dec1bd6c65
Updated: slack to 1.10.0
před 4 roky
rakshazi
d9dd524db3
self-build consistency: rename vars everywhere
před 4 roky
boris runakov
d3a9ec98de
refactoring
před 4 roky
boris runakov
1ec67f49b0
replaced 8008 where possible
před 4 roky
Aaron R
25d0ae7b67
Update matrix-appservice-slack (1.5.0 -> 1.8.0)
I am not using this bridge and haven't tested this but multiple people have said 1.5.0 isn't working and 1.8.0 works for them so it seems to make sense to update.
https://github.com/matrix-org/matrix-appservice-slack/issues/618#issuecomment-929849093
před 4 roky
Michael Collins
98e6cd685d
sync with previous repo
před 4 roky
Michael-GMH
89cb5a3d7a
GMH v0.4.2 update
před 5 roky
Ahmad Haghighi
e335f3fc77
rename matrix_global_registry to matrix_container_global_registry_prefix related to #990
Signed-off-by: Ahmad Haghighi <haghighi@fedoraproject.org>
před 5 roky
Ahmad Haghighi
f52a8b6484
use custom docker registry
před 5 roky
Béla Becker
2d7e7680e5
matrix.{{ matrix_domain }} -> {{ matrix_server_fqn_matrix }}
před 5 roky
Michael
33ec5710d9
0.2.1 revision
před 5 roky
rakshazi
2f887f292c
added "matrix_%SERVICE%_version" variable to all roles, use it in "matrix_%SERVICE%_docker_image" var (preserving backward-compatibility)
před 5 roky
Panagiotis Georgiadis
a66a604e53
Selfbuild appservice-slack bridge
před 5 roky
Slavi Pantaleev
8675dedbdb
Add support for automatic (nedb -> Postgres) migration to matrix-appservice-slack
před 5 roky
Slavi Pantaleev
e2ba46bf01
Fix Jinja2 syntax error (else if -> elif)
před 5 roky
transcaffeine
54da61f81b
add postgres support mx-appservice-[slack|irc] with fallback to nedb in role and migration notice
před 5 roky
Slavi Pantaleev
ccabc82d4c
Use more fully-qualified container images
This is both for consistency with 93cc71cb69976c
and for making things more obvious.
před 5 roky
Daniel Wiegreffe
b3926e7cca
Update main.yml
před 5 roky
Daniel Wiegreffe
8f41041f6d
replacement of the docker image for appservice-slack to the officially maintained image
před 5 roky
Slavi Pantaleev
5da31ba579
Move configuration templates outside of defaults/main.yml files
před 5 roky
Slavi Pantaleev
438652c732
Switch Slack image to a working tag
We've had reports of the `:latest` tag not working anymore,
leading to an error as described here:
https://github.com/spantaleev/matrix-docker-ansible-deploy/issues/341
před 5 roky
Slavi Pantaleev
874d2390dd
Revert "Upgrade Slack bridge to 1.0.2"
This reverts commit 61e93744ec .
Reverting because of:
- https://github.com/spantaleev/matrix-docker-ansible-deploy/issues/341
- https://github.com/matrix-org/matrix-appservice-slack/issues/347
před 6 roky
Slavi Pantaleev
61e93744ec
Upgrade Slack bridge to 1.0.2
NeDB is deprecated, so we should transition away from it in the future.
Still, most of the functionality should work on this new version.
před 6 roky
Slavi Pantaleev
a6d51ebe9b
Force-pull Slack Docker image if :latest
před 6 roky
kingoftheconnors
177ec295b4
Fixed matrix-appservice-slack docker command problems
před 6 roky
kingoftheconnors
49766c5dac
Added Slack role
před 6 roky