From 0cdc393867d3ed5d8014cb2ed334d85f34a73b17 Mon Sep 17 00:00:00 2001 From: Suguru Hirahara Date: Mon, 16 Feb 2026 04:12:26 +0900 Subject: [PATCH] Use ansible-role-synapse-admin Signed-off-by: Suguru Hirahara --- docs/configuring-playbook-synapse-admin.md | 2 +- requirements.yml | 3 +++ setup.yml | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/docs/configuring-playbook-synapse-admin.md b/docs/configuring-playbook-synapse-admin.md index 475bce71d..d8d2bc5ad 100644 --- a/docs/configuring-playbook-synapse-admin.md +++ b/docs/configuring-playbook-synapse-admin.md @@ -65,7 +65,7 @@ There are some additional things you may wish to configure about the component. Take a look at: -- `roles/custom/matrix-synapse-admin/defaults/main.yml` for some variables that you can customize via your `vars.yml` file. You can override settings (even those that don't have dedicated playbook variables) using the `matrix_synapse_admin_configuration_extension_json` variable +- `roles/galaxy/synapse_admin/defaults/main.yml` for some variables that you can customize via your `vars.yml` file. You can override settings (even those that don't have dedicated playbook variables) using the `matrix_synapse_admin_configuration_extension_json` variable ## Installing diff --git a/requirements.yml b/requirements.yml index b1f5f46e8..e00bb3d6f 100644 --- a/requirements.yml +++ b/requirements.yml @@ -71,6 +71,9 @@ - src: git+https://github.com/mother-of-all-self-hosting/ansible-role-prometheus-postgres-exporter.git version: v0.19.0-0 name: prometheus_postgres_exporter +- src: git+https://github.com/mother-of-all-self-hosting/ansible-role-synapse-admin.git + version: v0.11.1-etke53-0 + name: synapse_admin - src: git+https://github.com/devture/com.devture.ansible.role.systemd_docker_base.git version: v1.4.1-0 name: systemd_docker_base diff --git a/setup.yml b/setup.yml index 7df31563b..cdf40180d 100644 --- a/setup.yml +++ b/setup.yml @@ -98,7 +98,7 @@ - custom/matrix-dendrite - custom/matrix-conduit - custom/matrix-continuwuity - - custom/matrix-synapse-admin + - galaxy/synapse_admin - custom/matrix-synapse-usage-exporter - galaxy/prometheus_node_exporter - galaxy/prometheus_postgres_exporter