feat(alertmanager_receiver): add role

This commit is contained in:
2025-08-09 12:34:23 +02:00
parent d64a0edf12
commit 2898da2cb5
16 changed files with 332 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
# `finallycoffee.matrix.alertmanager_receiver` ansible role
This ansible role deploys and configures
[`matrix-alertmanager-receiver`](https://github.com/metio/matrix-alertmanager-receiver),
a fork of [https://git.sr.ht/~fnux/matrix-alertmanager-receiver] with more features.
For futher information, see [the project's `README`](https://github.com/metio/matrix-alertmanager-receiver?tab=readme-ov-file#matrix-alertmanager-receiver-).
## Configuration
### Required configuration
The following variables *must* be populated or else the role will be unable to
set up the service successfully:
- `alertmanager_receiver_config_matrix_homeserver_url` - matrix homeserver URL
- `alertmanager_receiver_config_matrix_user_id` - full userid (`@user:instance.tld`)
- `alertmanager_receiver_config_matrix_access_token` - access token for that user