ansible-role-gitlab/meta/main.yml

23 lines
364 B
YAML
Raw Normal View History

2020-04-11 13:16:20 +00:00
---
galaxy_info:
role_name: gitlab
2022-04-07 11:08:41 +00:00
namespace: nishiki
2020-04-11 13:16:20 +00:00
author: Adrien Waksberg
company: Adrien Waksberg
description: Install and configure gitlab server
license: Apache2
2023-07-06 15:06:38 +00:00
min_ansible_version: "2.9"
2020-04-11 13:16:20 +00:00
platforms:
- name: Debian
versions:
2021-08-24 07:13:44 +00:00
- bullseye
2023-07-06 15:06:38 +00:00
- bookworm
2020-04-11 13:16:20 +00:00
galaxy_tags:
- git
- gitlab
- ssh
dependencies: []