From 0a8d128205d5dd1b14f2d3e929f1a9ea2d8654f1 Mon Sep 17 00:00:00 2001 From: transcaffeine Date: Fri, 4 Oct 2024 14:53:48 +0200 Subject: [PATCH] meta: add role metadata to all roles --- roles/cinny/meta/main.yml | 12 ++++++++++++ roles/element/meta/main.yml | 12 ++++++++++++ roles/synapse/meta/main.yml | 12 ++++++++++++ 3 files changed, 36 insertions(+) create mode 100644 roles/cinny/meta/main.yml create mode 100644 roles/element/meta/main.yml create mode 100644 roles/synapse/meta/main.yml diff --git a/roles/cinny/meta/main.yml b/roles/cinny/meta/main.yml new file mode 100644 index 0000000..105b196 --- /dev/null +++ b/roles/cinny/meta/main.yml @@ -0,0 +1,12 @@ +--- +allow_duplicates: true +dependencies: [] +galaxy_info: + role_name: cinny + description: Deploy cinny, a matrix web client, using podman, docker or a raw tarball to serve from your webserver + galaxy_tags: + - cinny + - matrix + - matrix-client + - docker + - podman diff --git a/roles/element/meta/main.yml b/roles/element/meta/main.yml new file mode 100644 index 0000000..eea013c --- /dev/null +++ b/roles/element/meta/main.yml @@ -0,0 +1,12 @@ +--- +allow_duplicates: true +dependencies: [] +galaxy_info: + role_name: element + description: Deploy element, a matrix web client, using either docker, podman or a raw tarball to serve with your webserver + galaxy_tags: + - element + - matrix + - matrix-client + - docker + - podman diff --git a/roles/synapse/meta/main.yml b/roles/synapse/meta/main.yml new file mode 100644 index 0000000..b32f9b4 --- /dev/null +++ b/roles/synapse/meta/main.yml @@ -0,0 +1,12 @@ +--- +allow_duplicates: true +dependencies: [] +galaxy_info: + role_name: synapse + description: Deploy synapse, a matrix homeserver. Supports docker, podman, virtualenv + galaxy_tags: + - synapse + - matrix + - homeserver + - docker + - podman