Paul ALNET
462d48814a
fix(linkedin): mismatched appservice id
Updated to match value in
`roles/custom/matrix-bridge-beeper-linkedin/templates/config.yaml.j2`.
hace 2 años
Aine
7399496d33
one var to control encryption across all bridges ( #2629 )
* one var to control encryption across all bridges
* move var to matrix-base
hace 3 años
Aine
8b2a86e35e
update beeper-linkedin 0.5.3 -> 0.5.4
hace 3 años
Slavi Pantaleev
7b43ef34b7
Remove more hardcoded matrix-postgres references
hace 3 años
Slavi Pantaleev
410a915a8a
Move roles/matrix* to roles/custom/matrix*
This paves the way for installing other roles into `roles/galaxy` using `ansible-galaxy`,
similar to how it's done in:
- https://github.com/spantaleev/gitea-docker-ansible-deploy
- https://github.com/spantaleev/nextcloud-docker-ansible-deploy
In the near future, we'll be removing a lot of the shared role code from here
and using upstream roles for it. Some of the core `matrix-*` roles have
already been extracted out into other reusable roles:
- https://github.com/devture/com.devture.ansible.role.postgres
- https://github.com/devture/com.devture.ansible.role.systemd_docker_base
- https://github.com/devture/com.devture.ansible.role.timesync
- https://github.com/devture/com.devture.ansible.role.vars_preserver
- https://github.com/devture/com.devture.ansible.role.playbook_runtime_messages
- https://github.com/devture/com.devture.ansible.role.playbook_help
We just need to migrate to those.
hace 3 años
Cody Wyatt Neiman
93612d6508
Fix: beeper-linkedin architecture no longer used in tag
hace 3 años
Cody Wyatt Neiman
3a09cbcbf9
Update beeper-linkedin URLs to the new GitHub repo
hace 3 años
Cody Wyatt Neiman
0158c854c6
Update beeper-linkedin v0.5.2 -> v0.5.3 (repo change)
hace 3 años
Slavi Pantaleev
ac72879bf5
Make bridge permissions more easily configurable
Not doing {% if matrix_admin %} checks in the YAML also fixes some issues
with indentation being incorrect sometimes.
This should be backward compatible, except for mautrix-signal's case
where `matrix_mautrix_signal_bridge_permissions` previously existed
as a string, not a dictionary. `tasks/validate_config.yml` will catch
the problem an even provide a quick fix.
hace 3 años
Slavi Pantaleev
b2f47fcfcd
Make linkedin logging level configurable
hace 3 años
Slavi Pantaleev
d073c7ecb3
More ansible-lint fixes
hace 3 años
Slavi Pantaleev
ddf18eadc7
More ansible-lint fixes
hace 3 años
Aine
e149f33140
add/unify 'Project source code URL' link across all roles
hace 3 años
3hhh
097c23c0b6
bots: make command_prefix configurable
hace 3 años
Aine
d426dbbc32
missing var
hace 3 años
Marko Weltzer
7e5b88c3b7
fix: all praise the allmighty yamllinter
hace 4 años
GoliathLabs
dcbd0a598e
Updated: beeper-linkedin to v0.5.2
hace 4 años
Slavi Pantaleev
dcab14d9a8
Add self-building support to Beeper LinkedIn bridge
Fixes https://github.com/spantaleev/matrix-docker-ansible-deploy/issues/1480
Related to https://github.com/spantaleev/matrix-docker-ansible-deploy/pull/1242
hace 4 años
Alexandar Mechev
f02c08dc7f
Upgrade LinkedIn (0.5.0 -> 0.5.1)
hace 4 años
Slavi Pantaleev
603ad7c52b
Remove (non-working) SQLite support from beeper-linkedin bridge
This bridge doesn't support SQLite anyway, so it's not necessary
to carry around configuration fields and code for migration from SQLite
to Postgres. There's nothing to migrate.
hace 4 años
Slavi Pantaleev
78c22138a5
Do not reference variables from other roles
This configuration is supposed to be kept clean and not reference variables defined in other roles.
`group_vars/matrix_servers` redefines these to hook our various roles together.
hace 4 años
Alexandar Mechev
b13cf1871f
add code for LinkedIn Bridge
hace 4 años