-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgalaxy.yml
25 lines (24 loc) · 962 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
namespace: "daos_stack"
name: "daos"
version: "0.1.0"
readme: "README.md"
authors:
- "daos-stack"
description: "A collection of roles and playbooks for managing DAOS clusters."
license:
- "Apache-2.0"
license_file: "LICENSE"
tags:
- "daos"
- "storage"
dependencies:
"community.general": ">=5.7.0"
repository: "http://github.com/daos-stack/ansible-collection-daos"
documentation: "http://github.com/daos-stack/ansible-collection-daos/blob/master/README.md"
homepage: http://daos.io
issues: "http://github.com/daos-stack/ansible-collection-daos/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: []