4
4
# content lives. May only contain alphanumeric lowercase characters and underscores. Namespaces cannot start with
5
5
# underscores or numbers and cannot contain consecutive underscores
6
6
namespace : mahendrapaipuri
7
-
8
7
# The name of the collection. Has the same character restrictions as 'namespace'
9
8
name : ansible
10
-
11
9
# The version of the collection. Must be compatible with semantic versioning
12
- version : 0.0.0
13
-
10
+ version : 0.1.0
14
11
# The path to the Markdown (.md) readme file. This path is relative to the root of the collection
15
12
readme : README.md
16
-
17
13
# A list of the collection's content authors. Can be just the name or in the format 'Full Name <email> (url)
18
14
# @nicks:irc/im.site#channel'
19
15
authors :
20
16
-
Mahendra Paipuri <[email protected] >
21
-
22
17
# ## OPTIONAL but strongly recommended
23
18
# A short summary description of the collection
24
19
description : |
25
20
Ansible collection to install CEEMS
26
-
27
21
# The path to the license file for the collection. This path is relative to the root of the collection. This key is
28
22
# mutually exclusive with 'license'
29
23
license_file : LICENSE
30
-
31
24
# A list of tags you want to associate with the collection for indexing/searching. A tag name has the same character
32
25
# requirements as 'namespace' and 'name'
33
26
tags :
@@ -40,26 +33,20 @@ tags:
40
33
- prometheus
41
34
- grafana
42
35
- metrics
43
-
44
36
# Collections that this collection requires to be installed for it to be usable. The key of the dict is the
45
37
# collection label 'namespace.name'. The value is a version range
46
38
# L(specifiers,https://python-semanticversion.readthedocs.io/en/latest/#requirement-specification). Multiple version
47
39
# range specifiers can be set and are separated by ','
48
40
dependencies :
49
41
community.general : ' >=1.0.0'
50
-
51
42
# The URL of the originating SCM repository
52
43
repository : https://github.com/mahendrapaipuri/ansible
53
-
54
44
# The URL to any online docs
55
45
documentation : http://mahendrapaipuri.github.io/ansible
56
-
57
46
# The URL to the homepage of the collection/project
58
47
homepage : https://github.com/mahendrapaipuri/ansible
59
-
60
48
# The URL to the collection issue tracker
61
49
issues : https://github.com/mahendrapaipuri/ansible/issues
62
-
63
50
# A list of file glob-like patterns used to filter any files or directories that should not be included in the build
64
51
# artifact. A pattern is matched from the relative path of the file or directory of the collection directory. This
65
52
# uses 'fnmatch' to match the files or directories. Some directories and files like 'galaxy.yml', '*.pyc', '*.retry',
0 commit comments