homeserver/roles/l3d.gitea/meta/main.yml
mg 7e6284bc4f gitea: replace role (#519)
Co-authored-by: Michael Grote <michael.grote@posteo.de>
Reviewed-on: #519
2023-04-25 16:25:50 +02:00

33 lines
593 B
YAML

---
galaxy_info:
role_name: gitea
author: l3d
description: Ansible role to configure and deploy gitea and forgejo, a painless self-hosted Git service.
license: "BSD-3-Clause"
min_ansible_version: "2.11"
platforms:
- name: Debian
versions:
- all
- name: Ubuntu
versions:
- all
- name: Fedora
versions:
- all
- name: EL
versions:
- all
galaxy_tags:
- gitea
- forgejo
- git
- system
- development
- sourcecontrol
- selfhosted
- gitserver
- gogs
- linux
dependencies: []