saibotk
e417949279
This patch is the first version of the CodiMD role that runs the new hedgedoc image. There will be further work to rework the role to be called hedgedoc including a renaming of all variables.
16 lines
273 B
YAML
16 lines
273 B
YAML
galaxy_info:
|
|
author: saibotk
|
|
description: Installs HedgeDoc as a docker container
|
|
license: GPL-3.0-only
|
|
min_ansible_version: 2.9
|
|
platforms:
|
|
- name: CentOS
|
|
versions:
|
|
- 7
|
|
|
|
galaxy_tags: []
|
|
|
|
dependencies:
|
|
- docker
|
|
- docker_compose
|
|
- traefik
|