32 Commits
0.1.5 ... 0.1.8

Author SHA1 Message Date
e19ab99107 meta: bump collection version to 0.1.8, require community.docker@^4.4.0, community.general@^10.0.0 2025-04-27 18:51:42 +02:00
169b49d839 update(element): bump version to 1.11.99 2025-04-23 17:53:20 +02:00
255f1ae76f update(element): bump version to 1.11.98 2025-04-22 21:06:17 +02:00
fb741aa3af update(synapse): bump version to 1.128.0 2025-04-08 20:50:03 +02:00
19fab5cd9f update(element): bump version to 1.11.97 2025-04-08 20:36:41 +02:00
9abedcd74c update(cinny): bump version to 4.6.0 2025-03-31 15:24:33 +02:00
4ede218929 meta: bump collection version to 0.1.7, require community.docker@^3.4.0 2025-03-28 16:02:48 +01:00
5fa6a5df09 update(synapse): bump version to 1.127.1 2025-03-27 18:41:27 +01:00
9ef9d399e6 update(synapse): bump version to 1.127.0 2025-03-25 18:08:39 +01:00
cf7d2e952a update(element): bump version to 1.11.96 2025-03-25 18:07:38 +01:00
6c37c1c586 update(element): bump version to 1.11.95 2025-03-13 19:12:54 +01:00
445f86552e update(synapse): bump version to 1.126.0 2025-03-12 21:30:04 +01:00
390ba88f0c update(cinny): bump version to 4.5.0 2025-03-04 15:40:22 +01:00
a8363bbd7c update(element): bump version to 1.11.94 2025-02-27 23:12:47 +01:00
4d3ff71ed5 update(element): bump version to 1.11.93 2025-02-25 20:45:04 +01:00
c8b336c1d1 update(synapse): bump version to 1.125.0 2025-02-25 19:57:53 +01:00
f1d2a1ae82 update(cinny): bump version to 4.4.0 2025-02-23 15:35:50 +01:00
7471d8e82c update(cinny): bump to version 4.3.2 2025-02-17 12:41:46 +01:00
481323e6a8 update(cinny): bump version to 4.3.0 2025-02-11 17:20:49 +01:00
fd0d9072d9 update(element): bump version to 1.11.92 2025-02-11 17:20:02 +01:00
d4cd40afe9 update(synapse): bump version to 1.124.0 2025-02-11 17:19:36 +01:00
89026dad21 chore(cinny): remove debug leftovers 2025-02-01 22:16:20 +01:00
fd48c6bfb1 meta: bump collection version to 0.1.6, specify dependencies 2025-01-30 15:52:15 +01:00
5d33b5d03d update(synapse): bump version to 1.123.0 2025-01-30 15:34:52 +01:00
313576e3d7 update(element-web): bump version to 1.11.91 2025-01-28 15:14:28 +01:00
71c0f79008 update(synapse): bump version to 1.122.0 2025-01-17 16:11:55 +01:00
e2815c991e update(element): bump version to 1.11.90 2025-01-17 16:10:54 +01:00
e9faddb274 update(element): bump version to 1.11.88 2024-12-17 20:15:43 +01:00
60d9fc8613 update(synapse): bump version to 1.121.1 2024-12-12 20:25:50 +01:00
43cf9dcab6 update(synapse): bump version to 1.121.0 2024-12-11 20:41:08 +01:00
dc7ca807a1 update(synapse): bump version to 1.120.2 2024-12-06 16:00:51 +01:00
20057d554a update(element): bump version to 1.11.87 2024-12-03 16:16:21 +01:00
5 changed files with 7 additions and 5 deletions

View File

@ -1,10 +1,13 @@
namespace: finallycoffee
name: matrix
version: 0.1.5
version: "0.1.8"
readme: README.md
authors:
- transcaffeine <transcaffeine@finally.coffee>
description: Various matrix-related ansible roles
dependencies:
"community.docker": "^4.4.0"
"community.general": "^10.0.0"
license_file: LICENSE.md
build_ignore:
- '*.tar.gz'

View File

@ -1,5 +1,4 @@
---
cinny_testvar: abc
cinny_config_complete: >-
{{ cinny_config | default({})
| combine(cinny_default_config | default({})) }}

View File

@ -1,7 +1,7 @@
---
cinny_user: cinny
cinny_state: "present"
cinny_version: "4.2.3"
cinny_version: "4.6.0"
cinny_deployment_method: "docker"
cinny_base_path: "/opt/cinny"

View File

@ -1,7 +1,7 @@
---
element_user: element
element_state: "present"
element_version: "1.11.86"
element_version: "1.11.99"
element_deployment_method: "docker"
element_base_path: "/opt/element"

View File

@ -1,7 +1,7 @@
---
synapse_user: synapse
synapse_group: synapse
synapse_version: "1.120.0"
synapse_version: "1.128.0"
synapse_state: "present"
synapse_deployment_method: "docker"