1
- # Copyright 2022 Cloudera, Inc.
1
+ # Copyright 2023 Cloudera, Inc.
2
2
#
3
3
# Licensed under the Apache License, Version 2.0 (the "License");
4
4
# you may not use this file except in compliance with the License.
12
12
# See the License for the specific language governing permissions and
13
13
# limitations under the License.
14
14
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
20
15
namespace : cloudera
21
-
22
- # The name of the collection. Has the same character restrictions as 'namespace'
23
16
name : cluster
17
+ version : 3.4.1
24
18
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'
33
19
authors : []
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
48
22
license_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'
52
23
tags : []
53
24
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 ','
58
25
dependencies :
59
26
' ansible.posix ' : ' 1.3.0'
60
27
' community.crypto ' : ' 2.2.1'
@@ -63,14 +30,7 @@ dependencies:
63
30
' community.postgresql ' : ' 1.6.1'
64
31
' freeipa.ansible_freeipa ' : ' 1.6.2'
65
32
66
- # The URL of the originating SCM repository
67
33
repository : https://github.com/cloudera-labs/cloudera.cluster
68
-
69
- # The URL to any online docs
70
34
documentation : https://github.com/cloudera-labs/cloudera.cluster
71
-
72
- # The URL to the homepage of the collection/project
73
35
homepage : https://github.com/cloudera-labs/cloudera.cluster
74
-
75
- # The URL to the collection issue tracker
76
36
issues : https://github.com/cloudera-labs/cloudera.cluster/issues
0 commit comments