1
1
Fork 0
mirror of https://github.com/roles-ansible/ansible_role_gitea.git synced 2024-08-16 11:39:50 +02:00
ansible_role_gitea/meta/main.yml
2023-03-21 20:21:34 +01:00

32 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: []