infrastructure/roles/gitlab_runner/meta/main.yml

44 lines
725 B
YAML
Raw Normal View History

2020-08-10 01:37:13 +02:00
galaxy_info:
author: saibotk
2022-11-02 21:57:13 +01:00
description: "Deploys a gitlab-runner using Docker."
2020-08-10 01:37:13 +02:00
license: GPL-3.0-only
2022-11-02 21:57:13 +01:00
min_ansible_version: "2.9"
standalone: true
2020-08-10 01:37:13 +02:00
platforms:
2022-11-02 21:57:13 +01:00
- name: EL
2020-08-10 01:37:13 +02:00
versions:
2022-11-02 21:57:13 +01:00
- all
- name: GenericUNIX
versions:
- all
- name: Fedora
versions:
- all
- name: opensuse
versions:
- all
- name: GenericBSD
versions:
- all
- name: FreeBSD
versions:
- all
- name: Ubuntu
versions:
- all
- name: SLES
versions:
- all
- name: GenericLinux
versions:
- all
- name: Debian
versions:
- all
2020-08-10 01:37:13 +02:00
galaxy_tags: []
dependencies:
2022-11-02 21:57:13 +01:00
- role: docker