ansible-role-gitlab_runner/meta/main.yml

23 lines
370 B
YAML
Raw Permalink Normal View History

2020-08-09 06:20:33 +00:00
---
galaxy_info:
role_name: gitlab_runner
2022-04-07 09:24:11 +00:00
namespace: nishiki
2020-08-09 06:20:33 +00:00
author: Adrien Waksberg
company: Adrien Waksberg
description: Install and configure Gitlab runner
license: Apache2
2023-07-07 07:12:06 +00:00
min_ansible_version: "2.9"
2020-08-09 06:20:33 +00:00
platforms:
- name: Debian
versions:
2023-07-07 07:12:06 +00:00
- bullseye
- bookworm
2020-08-09 06:20:33 +00:00
galaxy_tags:
- git
- gitlab
- ci
dependencies: []