-
Notifications
You must be signed in to change notification settings - Fork 22
/
galaxy.yml
35 lines (34 loc) · 1010 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
# SPDX-FileCopyrightText: Helmholtz Centre for Environmental Research (UFZ)
# SPDX-FileCopyrightText: Helmholtz-Zentrum Dresden-Rossendorf (HZDR)
#
# SPDX-License-Identifier: Apache-2.0
namespace: 'hifis'
name: 'toolkit'
version: '5.1.0'
readme: 'README.md'
authors:
- 'HIFIS Software Services <support@hifis.net>'
description: 'This collection provides production-ready Ansible roles used for providing services used in research and by research software engineers, but not exclusively.'
license:
- 'Apache-2.0'
- 'GPL-2.0-or-later'
- 'MIT'
tags:
- 'hifis'
- 'ubuntu'
- 'debian'
- 'linux'
- 'system'
dependencies: {}
repository: 'https://github.com/hifis-net/ansible-collection-toolkit'
homepage: 'https://hifis.net/services/software-overview.html'
issues: 'https://github.com/hifis-net/ansible-collection-toolkit/issues'
build_ignore:
- '.editorconfig'
- '.github'
- '.github_changelog_generator'
- '.gitattributes'
- '.gitignore'
- '.yamllint'
- 'Pipfile'
- 'Pipfile.lock'