xoxys.gitea/meta/main.yml

31 lines
1.1 KiB
YAML
Raw Normal View History

# Standards: 0.2
2018-12-08 22:21:48 +01:00
---
galaxy_info:
2020-08-19 18:39:01 +02:00
# @meta author:value: [Robert Kaussow](https://gitea.rknet.org/xoxys)
2020-10-01 17:12:32 +02:00
author: Robert Kaussow <mail@thegeeklab.de>
2021-04-23 12:12:15 +02:00
namespace: xoxys
role_name: gitea
2020-08-19 18:39:01 +02:00
# @meta description: >
# [![Source Code](https://img.shields.io/badge/gitea-source%20code-blue?logo=gitea&logoColor=white)](https://gitea.rknet.org/ansible/xoxys.gitea)
# [![Build Status](https://img.shields.io/drone/build/ansible/xoxys.gitea?logo=drone&server=https%3A%2F%2Fdrone.rknet.org)](https://drone.rknet.org/ansible/xoxys.gitea)
# [![License: MIT](https://img.shields.io/badge/license-MIT-blue.svg)](https://gitea.rknet.org/ansible/xoxys.gitea/src/branch/main/LICENSE)
2020-08-19 18:39:01 +02:00
#
# Setup a [Gitea](https://gitea.io/en-us/) git server. Gitea is a community managed lightweight
# code hosting solution written in Go.
# @end
2019-11-06 21:03:45 +01:00
description: Setup a Gitea git server
2018-12-08 22:21:48 +01:00
license: MIT
2023-08-05 17:17:27 +02:00
min_ansible_version: "2.10"
2018-12-08 22:21:48 +01:00
platforms:
2018-12-09 00:15:28 +01:00
- name: EL
versions:
2023-08-05 17:17:27 +02:00
- "9"
2018-12-08 22:21:48 +01:00
galaxy_tags:
2018-12-09 00:15:28 +01:00
- gitea
- git
2018-12-08 22:21:48 +01:00
dependencies: []
2020-08-19 18:39:01 +02:00
collections:
2023-08-05 17:20:23 +02:00
- xoxys.general
2020-08-19 18:39:01 +02:00
- community.general
2023-08-05 17:20:23 +02:00
- containers.podman