cloudserve-infrastructure/roles/gitea/meta/main.yml
Marty Oehme 3a5b5680cf
Add gitea role
Added base gitea docker setup role.

Adds automatic unattended setup with default admin account and optional
email notification setup.
2021-12-13 15:27:30 +01:00

16 lines
262 B
YAML

---
galaxy_info:
author: Marty Oehme
description: Light-weight git hosting
license: GPL-3.0-only
min_ansible_version: 2.9
galaxy_tags: []
platforms:
- name: GenericLinux
versions: all
dependencies:
- docker
- docker-swarm
- caddy