-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgalaxy.yml
39 lines (34 loc) · 886 Bytes
/
galaxy.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
---
namespace: dubzland
name: gitlab
version: "1.1.1"
readme: README.md
authors:
- Josh Williams <[email protected]>
description: Installs and configures the GitLab DevOps server.
license_file: COPYING
tags:
- linux
- debian
- ubuntu
- gitlab
- devops
dependencies:
community.general: "*"
repository: https://git.dubzland.com/dubzland/ansible-collections/gitlab
# The URL to any online docs
documentation: |
https://docs.dubzland.io/ansible-collections/collections/dubzland/gitlab/
# The URL to the homepage of the collection/project
homepage: https://git.dubzland.com/dubzland/ansible-collections/gitlab
# The URL to the collection issue tracker
issues: https://git.dubzland.com/dubzland/ansible-collections/gitlab/-/issues
build_ignore:
- .ansible-lint
- .cache
- .gitignore
- .gitlab-ci.yml
- .venv
- .yamllint
- requirements-*.txt
- extensions