Slavi Pantaleev
8a609e5cf2
Fix some ansible-lint-reported errors
3 lat temu
Darren Rambaud
28d9ee8578
dendrite: update tag to v0.10.6
- update tag to latest dendrite release (https://github.com/matrix-org/dendrite/releases/tag/v0.10.6 )
3 lat temu
Slavi Pantaleev
c3dc64b1d5
Add matrix-user-creator role - automatic user account creation support
We no longer ask users to create Matrix user accounts for these bots:
- Postmoogle
- Honoroit
- Reminder Bot
Other bots and services (matrix-registration-bot, maubot, mjolnir,
Dimension, etc.) require an Access Token to run (not a password),
so this new role doesn't help for them.
It does help for the above bots though, and for defining your own
"initial user accounts" in the `matrix_user_creator_users_additional`
variable.
3 lat temu
Aine
501420f3cc
Update element 1.11.12 -> 1.11.13
3 lat temu
Slavi Pantaleev
125ca5569d
Use unique filter for matrix_postgres_import_roles_to_ignore and matrix_postgres_import_databases_to_ignore
Dendrite uses a lot of databases, but a single (`dendrite`) role, which
leads to `matrix_postgres_import_roles_to_ignore` being something like
`['dendrite', 'dendrite', 'dendrite', ...]` needlessly.
This leads to weird regexes being generated for
`matrix_postgres_import_roles_ignore_regex`.
It's not that it hurts, but it just looks odd.
3 lat temu
Slavi Pantaleev
a4662660d2
Do not wait needlessly when vacuuming or importing Postgres
3 lat temu
Slavi Pantaleev
74b186a454
Fix "too many spaces after colon" ansible-lint error
3 lat temu
Slavi Pantaleev
9fb21b89a8
Fix import-postgres/run-postgres-vacuum failures being suppressed
We were only reporting failures for when the async task didn't finish.
We also need to report a failure for when the task finished, but
returned a non-zero exit code.
3 lat temu
Slavi Pantaleev
17caa13a71
Upgrade Grafana (9.2.2 -> 9.2.3)
3 lat temu
Slavi Pantaleev
f7b45fd440
Upgrade ddclient (v3.10.0-ls102 -> v3.10.0-ls103)
3 lat temu
ikkemaniac
3a49b0077c
fix ansible-lint errors
3 lat temu
Slavi Pantaleev
3fc19295e2
Fix ansible-lint error (ansible.builtin.synchronize -> ansible.posix.synchronize)
3 lat temu
ikkemaniac
8b425b995e
add newline char
3 lat temu
ikkemaniac
93615b6ad9
Revert "convert shell to command usage" to allow for a catching the specific "git: not found" error.
This reverts commit 45c9c2b17a .
3 lat temu
ikkemaniac
45c9c2b17a
convert shell to command usage
3 lat temu
ikkemaniac
2b049da963
move when clause per linting suggestion
3 lat temu
ikkemaniac
39e6484956
fix lints
3 lat temu
Slavi Pantaleev
e1274a6e56
Rename variable (matrix_hookshot_feeds_interval -> matrix_hookshot_feeds_pollIntervalSeconds)
This is more consistent with how we name variables. It's also less
confusing, especially given that we have `matrix_hookshot_feeds_pollTimeoutSeconds` as well.
3 lat temu
Slavi Pantaleev
ec45b87376
Add matrix_hookshot_feeds_pollTimeoutSeconds
3 lat temu
Slavi Pantaleev
975dda54c9
Upgrade Dendrite (0.10.4 -> 0.10.5)
3 lat temu
ikkemaniac
15fbc525cf
Typo
3 lat temu
ikkemaniac
fd25cf8f54
Update wording
3 lat temu
ikkemaniac
3d902b7fe7
be more specific on GIT not found error
3 lat temu
ikkemaniac
930867d50d
Remove matrix_vars_yml_snapshotting_enabled condition
3 lat temu
ikkemaniac
230eea6784
Save git_hash.yml only on the target
3 lat temu
ikkemaniac
678dfc6dc3
Rename var
3 lat temu
Stefan Warnat
ab398276af
Always use resolver variable in nginx conf.d files
3 lat temu
ikkemaniac
80e57417f4
To recover from a failure or allow to quickly reset to known state we need to know with what playbook-commit the sever is installed. This commit saves the GIT hash/status when we run the playbook in a file called git_hash.yml. It also backs up that file by copying it to the target machine.
3 lat temu
Aine
e25464409d
Update mautrix-signal 0.4.0 -> 0.4.1
ref: https://github.com/mautrix/signal/releases/tag/v0.4.1
3 lat temu
Slavi Pantaleev
30180048c3
Upgrade Synapse (v1.69.0 -> v1.70.1)
3 lat temu
Slavi Pantaleev
7fb45a507d
Make --tags=run-postgres-vacuum and --tags=upgrade-postgres not assume Synapse
Fixes https://github.com/spantaleev/matrix-docker-ansible-deploy/issues/2211
3 lat temu
Sebastian Gumprich
48388a3d96
use fqcns for some task
Signed-off-by: Sebastian Gumprich <github@gumpri.ch>
3 lat temu
Aine
3c31638de9
fix buscarron ban list
3 lat temu
Aine
45226f3141
Update signald 0.22.2 -> 0.23.0
ref: https://gitlab.com/signald/signald/-/issues/343
3 lat temu
Slavi Pantaleev
7303f9241c
Fix yamllint error
3 lat temu
Slavi Pantaleev
35c5c23a3e
Remove useless tasks from matrix-postgres-backup role
`matrix-postgres-backup` reuses the `matrix-postgres` role for these
tasks, not its own definitions.
3 lat temu
Slavi Pantaleev
6cacf7297d
Add support for postgres-backup-local v15
Fixes https://github.com/spantaleev/matrix-docker-ansible-deploy/issues/2200
3 lat temu
Slavi Pantaleev
e5e5ee4f72
Use fixed image tags for prodrigestivill/postgres-backup-local
At some point, we can drop v9.6 support and use a single variable
that holds this value.
Fixes https://github.com/spantaleev/matrix-docker-ansible-deploy/issues/2191
3 lat temu
Joe Kappus
170960be1a
update element v1.11.11 -> v1.11.12
fixes jitsi issue
3 lat temu
Aine
437d177d31
update element v1.11.10 -> v1.11.11
3 lat temu
Aine
12fe1f417c
update buscarron 1.2.1 -> 1.3.0
3 lat temu
Aine
a22d5b1726
update postmoogle 0.9.7 -> 0.9.8
3 lat temu
Aine
145a57a7b8
update honoroit 0.9.15 -> 0.9.16
3 lat temu
Aine
81d8785811
Update grafana 9.2.1 -> 9.2.2
3 lat temu
Aine
fd7e1604a5
Update appservice-irc 0.35.1 -> 0.36.0
3 lat temu
Slavi Pantaleev
cb2fecbea9
Fix some ansible-lint-reported warnings
3 lat temu
Slavi Pantaleev
9c549a185f
Auto-purge orphaned Let's Encrypt renewal configuration files
3 lat temu
Aine
24409766eb
Fix 502
ref: 57bb340343
3 lat temu
Slavi Pantaleev
716efe7ad5
Upgrade ddclient (v3.9.1-ls100 -> v3.10.0-ls102)
3 lat temu
Slavi Pantaleev
9fd3e00b71
Upgrade nginx (1.23.1 -> 1.23.2)
3 lat temu