-
Notifications
You must be signed in to change notification settings - Fork 22
/
Copy pathmain.yml
42 lines (37 loc) · 920 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
41
42
# 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_runner"
author: "hifis"
description: "Install GitLab CI in Openstack"
company: "Helmholtz Association"
issue_tracker_url: "https://github.com/hifis-net/ansible-collection-toolkit/issues"
license: "Apache-2.0"
min_ansible_version: "2.16"
platforms:
- name: "Ubuntu"
versions:
- "focal"
- "jammy"
- "noble"
- name: "Debian"
versions:
- "bullseye"
- "bookworm"
galaxy_tags:
- "gitlab"
- "runner"
- "ci"
- "cd"
- "openstack"
collections:
- "community.crypto"
dependencies:
- role: "geerlingguy.docker"
when: "gitlab_runner_install_docker"
vars:
docker_install_compose: false
...