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

33 lines
593 B
YAML
Raw Normal View History

2019-01-14 15:46:53 +01:00
---
galaxy_info:
2021-03-21 00:07:30 +01:00
role_name: gitea
2023-03-21 20:21:34 +01:00
author: l3d
2023-01-27 01:43:17 +01:00
description: Ansible role to configure and deploy gitea and forgejo, a painless self-hosted Git service.
2021-03-21 00:07:30 +01:00
license: "BSD-3-Clause"
min_ansible_version: "2.11"
2021-03-21 00:07:30 +01:00
platforms:
- name: Debian
versions:
- all
2021-03-21 00:07:30 +01:00
- name: Ubuntu
versions:
- all
2021-03-21 00:07:30 +01:00
- name: Fedora
versions:
- all
2021-03-21 00:07:30 +01:00
- name: EL
versions:
- all
galaxy_tags:
- gitea
2023-01-27 01:43:17 +01:00
- forgejo
2021-03-21 00:07:30 +01:00
- git
- system
- development
2019-03-16 13:34:44 +01:00
- sourcecontrol
- selfhosted
- gitserver
- gogs
2023-03-21 20:21:34 +01:00
- linux
2021-03-21 00:07:30 +01:00
dependencies: []