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
28 changes: 28 additions & 0 deletions roles/cloudera_manager/hosts_config/tasks/main.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
---

# Copyright 2021 Cloudera, Inc. All Rights Reserved.
#
# 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
#
# 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.

# This Playbook is specifically for Deploying Cloudera Clusters
# Edit with extreme caution
# This plays are imported from a separate playbook so that Ansible tags are intuitively propagated from main.yml

- name: Apply "all hosts" configs
include_role:
name: cloudera.cluster.cloudera_manager.config
vars:
api_config_keys_uppercase: False
api_config_endpoint: cm/allHosts/config
api_configs: "{{ definition.hosts.configs }}"
when: definition.hosts.configs is defined
9 changes: 0 additions & 9 deletions roles/deployment/cluster/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,6 @@
name: cloudera.cluster.config.cluster.common
public: yes

- name: Apply "all hosts" configs
include_role:
name: cloudera.cluster.cloudera_manager.config
vars:
api_config_keys_uppercase: False
api_config_endpoint: cm/allHosts/config
api_configs: "{{ definition.hosts.configs }}"
when: definition.hosts.configs is defined

- name: Detect Cloudera Manager version
cloudera.cluster.cm_api:
endpoint: /cm/version
Expand Down