-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgalaxy.yml
More file actions
41 lines (25 loc) · 1.17 KB
/
galaxy.yml
File metadata and controls
41 lines (25 loc) · 1.17 KB
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
### REQUIRED
# The namespace of the collection. This can be a company/brand/organization or product namespace under which all
# content lives. May only contain alphanumeric lowercase characters and underscores. Namespaces cannot start with
# underscores or numbers and cannot contain consecutive underscores
namespace: cs_studio
name: phoebus
version: 1.0.0
readme: README.md
authors:
- Kunal Shroff <shroffk@bnl.gov>
description: Ansible roles for building and deploying CS-Studio Phoebus Tools and Services
license:
- GPL-2.0-or-later
license_file: ''
tags: []
dependencies: {}
repository: https://github.com/ControlSystemStudio/phoebus-ansible
documentation: http://docs.example.com
homepage: http://phoebus.org
issues: https://github.com/ControlSystemStudio/phoebus-ansible/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: []