xoxys.gitea/meta/main.yml

27 lines
1018 B
YAML
Raw Normal View History

2019-01-09 20:41:59 +01:00
# Standards: 0.1
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-01-30 23:26:11 +01:00
author: Robert Kaussow <mail@geeklabor.de>
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/master/LICENSE)
#
# 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
2020-01-30 23:26:11 +01:00
min_ansible_version: 2.8
2018-12-08 22:21:48 +01:00
platforms:
2018-12-09 00:15:28 +01:00
- name: EL
versions:
- 7
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:
- community.general