From a39a08173efd6f0cc9a3377d7da03df2aa94cb57 Mon Sep 17 00:00:00 2001 From: Suguru Hirahara Date: Thu, 12 Feb 2026 21:25:44 +0900 Subject: [PATCH] Use `ansible-role-hydrogen` Signed-off-by: Suguru Hirahara --- docs/configuring-playbook-client-hydrogen.md | 4 ++-- requirements.yml | 3 +++ setup.yml | 2 +- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/docs/configuring-playbook-client-hydrogen.md b/docs/configuring-playbook-client-hydrogen.md index 0f7c8bb85..c3ab3c065 100644 --- a/docs/configuring-playbook-client-hydrogen.md +++ b/docs/configuring-playbook-client-hydrogen.md @@ -52,8 +52,8 @@ There are some additional things you may wish to configure about the client. Take a look at: -- `roles/custom/matrix-client-hydrogen/defaults/main.yml` for some variables that you can customize via your `vars.yml` file -- `roles/custom/matrix-client-hydrogen/templates/config.json.j2` for the client's default configuration. You can override settings (even those that don't have dedicated playbook variables) using the `matrix_client_hydrogen_configuration_extension_json` variable +- `roles/galaxy/hydrogen/defaults/main.yml` for some variables that you can customize via your `vars.yml` file +- `roles/galaxy/hydrogen/templates/config.json.j2` for the client's default configuration. You can override settings (even those that don't have dedicated playbook variables) using the `matrix_client_hydrogen_configuration_extension_json` variable ## Installing diff --git a/requirements.yml b/requirements.yml index 058391d14..f94efbda6 100644 --- a/requirements.yml +++ b/requirements.yml @@ -35,6 +35,9 @@ - src: git+https://github.com/mother-of-all-self-hosting/ansible-role-grafana.git version: v11.6.5-6 name: grafana +- src: git+https://github.com/mother-of-all-self-hosting/ansible-role-hydrogen.git + version: v0.5.1-0 + name: hydrogen - src: git+https://github.com/mother-of-all-self-hosting/ansible-role-jitsi.git version: v10741-0 name: jitsi diff --git a/setup.yml b/setup.yml index 55ab72d54..a507505c8 100644 --- a/setup.yml +++ b/setup.yml @@ -108,7 +108,7 @@ - custom/matrix-prometheus-services-connect - custom/matrix-registration - custom/matrix-client-element - - custom/matrix-client-hydrogen + - galaxy/hydrogen - galaxy/cinny - custom/matrix-client-schildichat - custom/matrix-client-fluffychat