From 5a3d4cf1713d0eda54e3fc54c2d2ba8f9f045844 Mon Sep 17 00:00:00 2001 From: saibotk Date: Mon, 23 Aug 2021 02:34:50 +0200 Subject: [PATCH] matrix: Add meta information Adds the missing meta folder to the matrix role --- roles/matrix/meta/main.yml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 roles/matrix/meta/main.yml diff --git a/roles/matrix/meta/main.yml b/roles/matrix/meta/main.yml new file mode 100644 index 0000000..8841827 --- /dev/null +++ b/roles/matrix/meta/main.yml @@ -0,0 +1,17 @@ +galaxy_info: + author: saibotk + description: Deploys a matrix server via docker using traefik. + license: GPL-3.0-only + min_ansible_version: 2.9 + + platforms: + - name: CentOS + versions: + - 7 + + galaxy_tags: [] + +dependencies: + - docker + - docker_compose + - traefik