forked from hifis-net/ansible-collection-toolkit
-
Notifications
You must be signed in to change notification settings - Fork 0
/
main.yml
40 lines (32 loc) · 821 Bytes
/
main.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
# SPDX-FileCopyrightText: Helmholtz Centre for Environmental Research (UFZ)
# SPDX-FileCopyrightText: Helmholtz-Zentrum Dresden-Rossendorf (HZDR)
#
# SPDX-License-Identifier: Apache-2.0
---
galaxy_info:
role_name: "gitlab"
namespace: "hifis"
author: "HIFIS Software Team"
description: "Install and configure official GitLab Omnibus package"
company: "Helmholtz Association"
issue_tracker_url: "https://github.com/hifis-net/ansible-collection-toolkit/issues"
license: "Apache-2.0"
min_ansible_version: "2.15"
platforms:
- name: "EL"
versions:
- "8"
- name: "Ubuntu"
versions:
- "bionic"
- "focal"
- "jammy"
- name: "Debian"
versions:
- "bullseye"
galaxy_tags:
- "git"
- "gitlab"
- "omnibus"
dependencies: []
...