Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion plugins/filter/combine_onto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,11 @@
DOCUMENTATION:
name: combine_onto
author: Webster Mudge (@wmudge) <wmudge@cloudera.com>
short_description: combine two dictionaries
short_description: Combine two dictionaries
description:
- Create a dictionary (hash/associative array) as a result of merging existing dictionaries.
- This is the reverse of the C(ansible.builtin.combine) filter.
version_added: "1.0.0"
positional: _input, _dicts
options:
_input:
Expand Down
2 changes: 1 addition & 1 deletion plugins/lookup/supported.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
description:
- Retrieve support matrix details for Cloudera Manager, Runtime, or Data Services versions.
author: Cloudera Labs
version_added: 3.0.0
version_added: "3.0.0"
options:
_terms:
description:
Expand Down
2 changes: 1 addition & 1 deletion plugins/test/version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@
DOCUMENTATION:
name: version
author: Cloudera Labs
version_added: "3.0.0"
short_description: compare Cloudera version strings
description:
- Compare version strings using the Cloudera versioning scheme.
- Cloudera versioning is an extension of Semantic Versioning that uses the C(prerelease) segment to indicate service packs or extended patch releases.
- Moreover, this versioning scheme allow the C(prerelease) delimiter to use whitespace (C(' ')) and dots (C('.')) in addition to the semantic version's
dash (C('-')).
version_added: "3.0.0"
options:
_input:
description: Left hand version to compare
Expand Down
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# Copyright 2025 Cloudera, Inc. All Rights Reserved.
# Copyright 2025 Cloudera, Inc.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
# https://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
Expand All @@ -14,9 +14,10 @@

---

galaxy_info:
description: >
Set up single database to support Cloudera Data Platform (CDP) Private Cloud
deployments.
company: Cloudera
license: Apache-2.0
argument_specs:
main:
short_description: Repository preseed
description:
- DEPRECATED
author: Cloudera Labs
version_added: 2.0.0
2 changes: 1 addition & 1 deletion roles/blackbox/meta/argument_specs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ argument_specs:
description:
- Download and install the Blackbox Explorer (blackbox_exporter) for Prometheus.
author: Cloudera Labs
version_added: 5.0.0
version_added: "2.4.0"
options:
blackbox_tarball_url:
description: Blackbox distribution URL
Expand Down
2 changes: 1 addition & 1 deletion roles/blackbox_exporter/meta/argument_specs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ argument_specs:
description:
- Download and install the Blackbox Explorer (blackbox_exporter) for Prometheus.
author: Cloudera Labs
version_added: 5.0.0
version_added: 3.0.0
options:
blackbox_tarball_url:
description: Blackbox distribution URL
Expand Down
23 changes: 23 additions & 0 deletions roles/common/meta/argument_specs.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# Copyright 2025 Cloudera, Inc.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# https://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.

---

argument_specs:
main:
short_description: Common configuration
description:
- DEPRECATED
author: Cloudera Labs
version_added: 1.0.0
23 changes: 23 additions & 0 deletions roles/data/meta/argument_specs.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# Copyright 2025 Cloudera, Inc.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# https://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.

---

argument_specs:
main:
short_description: Data
description:
- DEPRECATED
author: Cloudera Labs
version_added: 1.0.0
23 changes: 23 additions & 0 deletions roles/dynamic_inventory/meta/argument_specs.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# Copyright 2025 Cloudera, Inc.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# https://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.

---

argument_specs:
main:
short_description: Dynamic inventory
description:
- DEPRECATED
author: Cloudera Labs
version_added: 2.0.0
2 changes: 1 addition & 1 deletion roles/freeipa_client/meta/argument_specs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ argument_specs:
- Install either defined or default FreeIPA client packages.
- Optionally, configure SSSD to enumerate users and groups.
author: Cloudera Labs
version_added: "3.0.0"
version_added: "2.0.0"
options:
freeipa_client_packages:
description:
Expand Down
23 changes: 23 additions & 0 deletions roles/freeipa_host_group/meta/argument_specs.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# Copyright 2025 Cloudera, Inc.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# https://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.

---

argument_specs:
main:
short_description: FreeIPA host inventory
description:
- DEPRECATED
author: Cloudera Labs
version_added: 1.2.0
1 change: 1 addition & 0 deletions roles/freeipa_server/meta/argument_specs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ argument_specs:
Set up FreeIPA server with support for DNS, Kerberos, TLS, and LDAP.
Optionally, install the FreeIPA server packages.
author: Cloudera Labs
version_added: "2.0.0"
options:
freeipa_server_packages:
description:
Expand Down
1 change: 1 addition & 0 deletions roles/grafana/meta/argument_specs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ argument_specs:
description: |
Set up Grafana server, connected to a Prometheus server.
author: Cloudera Labs
version_added: "2.4.0"
options:
grafana_datasource_directory:
description:
Expand Down
23 changes: 23 additions & 0 deletions roles/info/meta/argument_specs.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# Copyright 2025 Cloudera, Inc.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# https://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.

---

argument_specs:
main:
short_description: Info
description:
- DEPRECATED
author: Cloudera Labs
version_added: 1.0.0
23 changes: 23 additions & 0 deletions roles/infrastructure/meta/argument_specs.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# Copyright 2025 Cloudera, Inc.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# https://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.

---

argument_specs:
main:
short_description: Infrastructure
description:
- DEPRECATED
author: Cloudera Labs
version_added: 1.0.0
23 changes: 23 additions & 0 deletions roles/init_deployment/meta/argument_specs.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# Copyright 2025 Cloudera, Inc.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# https://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.

---

argument_specs:
main:
short_description: Configuration init
description:
- DEPRECATED
author: Cloudera Labs
version_added: 2.0.0
1 change: 1 addition & 0 deletions roles/mount/meta/argument_specs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ argument_specs:
Create, format, and mount an LVM partition for a specified storage volume.
Includes the installation of the LVM2 OS package.
author: Cloudera Labs
version_added: "2.0.1"
options:
mount_volumes:
description:
Expand Down
2 changes: 1 addition & 1 deletion roles/node_exporter/meta/argument_specs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ argument_specs:
description:
- Download and install the Node Exporter (node_exporter) for Prometheus.
author: Cloudera Labs
version_added: 5.0.0
version_added: 3.0.0
options:
node_exporter_directory:
description: Configuration directory
Expand Down
2 changes: 1 addition & 1 deletion roles/nodeexporter/meta/argument_specs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ argument_specs:
description:
- Download and install the Node Exporter (node_exporter) for Prometheus.
author: Cloudera Labs
version_added: 5.0.0
version_added: "2.4.0"
options:
node_exporter_directory:
description: Configuration directory
Expand Down
23 changes: 23 additions & 0 deletions roles/platform/meta/argument_specs.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# Copyright 2025 Cloudera, Inc.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# https://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.

---

argument_specs:
main:
short_description: Platform
description:
- DEPRECATED
author: Cloudera Labs
version_added: 1.0.0
1 change: 1 addition & 0 deletions roles/prometheus/meta/argument_specs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ argument_specs:
- Set up the service user and group.
- Install a basic configuration.
author: Cloudera Labs
version_added: "2.4.0"
options:
prometheus_tarball_url:
description: URL to the Prometheus distribution archive file.
Expand Down
23 changes: 23 additions & 0 deletions roles/provision/meta/argument_specs.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# Copyright 2025 Cloudera, Inc.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# https://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.

---

argument_specs:
main:
short_description: Provision
description:
- DEPRECATED
author: Cloudera Labs
version_added: "2.0.1"
23 changes: 23 additions & 0 deletions roles/rdbms/client/mysql_connector/meta/argument_specs.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# Copyright 2025 Cloudera, Inc.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# https://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.

---

argument_specs:
main:
short_description: MySQL
description:
- DEPRECATED
author: Cloudera Labs
version_added: 3.0.0
Loading
Loading