matrix: Add meta information
Adds the missing meta folder to the matrix role
This commit is contained in:
parent
eb6bcff14d
commit
5a3d4cf171
1 changed files with 17 additions and 0 deletions
17
roles/matrix/meta/main.yml
Normal file
17
roles/matrix/meta/main.yml
Normal file
|
@ -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
|
Loading…
Add table
Reference in a new issue