From f053282969a25b274a7f3cca4c9dd3d0251047df Mon Sep 17 00:00:00 2001 From: Suguru Hirahara Date: Sat, 7 Feb 2026 16:38:38 +0900 Subject: [PATCH] Use `ansible-role-cinny` Signed-off-by: Suguru Hirahara --- docs/configuring-playbook-client-cinny.md | 4 ++-- requirements.yml | 3 +++ setup.yml | 2 +- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/docs/configuring-playbook-client-cinny.md b/docs/configuring-playbook-client-cinny.md index 1cc2e88c7..ac89f89a5 100644 --- a/docs/configuring-playbook-client-cinny.md +++ b/docs/configuring-playbook-client-cinny.md @@ -54,8 +54,8 @@ There are some additional things you may wish to configure about the component. Take a look at: -- `roles/custom/matrix-client-cinny/defaults/main.yml` for some variables that you can customize via your `vars.yml` file -- `roles/custom/matrix-client-cinny/templates/config.json.j2` for the component's default configuration. You can override settings (even those that don't have dedicated playbook variables) using the `matrix_client_cinny_configuration_extension_json` variable +- `roles/galaxy/cinny/defaults/main.yml` for some variables that you can customize via your `vars.yml` file +- `roles/galaxy/cinny/templates/config.json.j2` for the component's default configuration. You can override settings (even those that don't have dedicated playbook variables) using the `matrix_client_cinny_configuration_extension_json` variable ## Installing diff --git a/requirements.yml b/requirements.yml index 9f134feff..b5523ff05 100644 --- a/requirements.yml +++ b/requirements.yml @@ -6,6 +6,9 @@ - src: git+https://github.com/mother-of-all-self-hosting/ansible-role-backup_borg.git version: v1.4.3-2.1.1-0 name: backup_borg +- src: git+https://github.com/mother-of-all-self-hosting/ansible-role-cinny.git + version: v4.10.2-1 + name: cinny - src: git+https://github.com/mother-of-all-self-hosting/ansible-role-container-socket-proxy.git version: v0.4.2-1 name: container_socket_proxy diff --git a/setup.yml b/setup.yml index 4d409b022..85b497e46 100644 --- a/setup.yml +++ b/setup.yml @@ -111,7 +111,7 @@ - custom/matrix-registration - custom/matrix-client-element - custom/matrix-client-hydrogen - - custom/matrix-client-cinny + - galaxy/cinny - custom/matrix-client-schildichat - custom/matrix-client-fluffychat - galaxy/jitsi