-
Notifications
You must be signed in to change notification settings - Fork 2
/
galaxy.yml
46 lines (33 loc) · 1.58 KB
/
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
40
41
42
43
44
45
namespace: ls1intum
name: artemis
version: 1.1.0
readme: README.md
authors:
- Matthias Linhuber <[email protected]> (https://mtze.me)
- Timor Morrien <[email protected]> (https://ase.cit.tum.de/people/morrien/)
- Benjamin Schmitz <[email protected]> (https://ase.cit.tum.de/people/schmitz/)
- Magnus Kühne
- Colin Wilk
- Simon Leiss <[email protected]> (https://sleiss.me)
- Linus Michel
- Vincent Picking
- Dr. Jan Philip Bernius <[email protected]>
- Prof. Dr. Stephan Krusche <[email protected]>
description: Set up, configure and update Artemis servers / clusters.
license_file: 'LICENSE'
tags: [ls1intum, artemis]
dependencies: {}
# Ansible collections cannot depend on roles... So the user has to install the dependencies by hand *sadface*. Details -> https://github.com/ansible/ansible/issues/76030
# The URL of the originating SCM repository
repository: https://github.com/ls1intum/ls1intum.artemis
# The URL to any online docs
documentation: https://docs.artemis.cit.tum.de
# The URL to the homepage of the collection/project
homepage: https://artemis.cit.tum.de
# The URL to the collection issue tracker
issues: https://github.com/ls1intum/artemis-ansible-collection/issues
# A list of file glob-like patterns used to filter any files or directories that should not be included in the build
# artifact. A pattern is matched from the relative path of the file or directory of the collection directory. This
# uses 'fnmatch' to match the files or directories. Some directories and files like 'galaxy.yml', '*.pyc', '*.retry',
# and '.git' are always filtered
build_ignore: []