1- #  Copyright 2022  Cloudera, Inc.
1+ #  Copyright 2023  Cloudera, Inc.
22# 
33#  Licensed under the Apache License, Version 2.0 (the "License");
44#  you may not use this file except in compliance with the License.
1212#  See the License for the specific language governing permissions and
1313#  limitations under the License.
1414
15- # ## REQUIRED
16- 
17- #  The namespace of the collection. This can be a company/brand/organization or product namespace under which all
18- #  content lives. May only contain alphanumeric characters and underscores. Additionally namespaces cannot start with
19- #  underscores or numbers and cannot contain consecutive underscores
2015namespace : cloudera 
21- 
22- #  The name of the collection. Has the same character restrictions as 'namespace'
2316name : cluster 
17+ version : 3.4.1 
2418
25- #  The version of the collection. Must be compatible with semantic versioning
26- version : 3.4.0 
27- 
28- #  The path to the Markdown (.md) readme file. This path is relative to the root of the collection
29- readme : README.md 
30- 
31- #  A list of the collection's content authors. Can be just the name or in the format 'Full Name <email> (url)
32- #  @nicks:irc/im.site#channel'
3319authors : [] 
34- 
35- 
36- # ## OPTIONAL but strongly recommended
37- 
38- #  A short summary description of the collection
39- description : Cloudera assets for managing Cloudera Clusters 
40- 
41- #  Either a single license or a list of licenses for content inside of a collection. Ansible Galaxy currently only
42- #  accepts L(SPDX,https://spdx.org/licenses/) licenses. This key is mutually exclusive with 'license_file'
43- # license:
44- # - GPL-2.0-or-later
45- 
46- #  The path to the license file for the collection. This path is relative to the root of the collection. This key is
47- #  mutually exclusive with 'license'
20+ readme : README.md 
21+ description : Cloudera assets for managing Cloudera clusters 
4822license_file : ' LICENSE' 
49- 
50- #  A list of tags you want to associate with the collection for indexing/searching. A tag name has the same character
51- #  requirements as 'namespace' and 'name'
5223tags : [] 
5324
54- #  Collections that this collection requires to be installed for it to be usable. The key of the dict is the
55- #  collection label 'namespace.name'. The value is a version range
56- #  L(specifiers,https://python-semanticversion.readthedocs.io/en/latest/#requirement-specification). Multiple version
57- #  range specifiers can be set and are separated by ','
5825dependencies :
5926  ' ansible.posix ' ' 1.3.0' 
6027  ' community.crypto ' ' 2.2.1' 
@@ -63,14 +30,7 @@ dependencies:
6330  ' community.postgresql ' ' 1.6.1' 
6431  ' freeipa.ansible_freeipa ' ' 1.6.2' 
6532
66- #  The URL of the originating SCM repository
6733repository : https://github.com/cloudera-labs/cloudera.cluster 
68- 
69- #  The URL to any online docs
7034documentation : https://github.com/cloudera-labs/cloudera.cluster 
71- 
72- #  The URL to the homepage of the collection/project
7335homepage : https://github.com/cloudera-labs/cloudera.cluster 
74- 
75- #  The URL to the collection issue tracker
7636issues : https://github.com/cloudera-labs/cloudera.cluster/issues 
0 commit comments