-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathsite.yml
34 lines (33 loc) · 1.35 KB
/
site.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
# Copyright 2021 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
#
# 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.
---
- import_playbook: verify_inventory_and_definition.yml
- import_playbook: create_infrastructure.yml
- import_playbook: verify_parcels.yml
- import_playbook: create_freeipa.yml
when: krb5_kdc_type == 'Red Hat IPA'
- import_playbook: prepare_nodes.yml
- import_playbook: prepare_tls.yml
- import_playbook: nifi_workaround.yml
- import_playbook: install_cloudera_manager.yml
- import_playbook: set_cloudera_manager_password.yml
- import_playbook: fix_for_cdh5_paywall.yml
when: cloudera_manager_version.split('.')[0] == '5'
- import_playbook: prepare_security.yml
- import_playbook: extra_auto_tls.yml
when: auto_tls | default('False')
- import_playbook: install_cluster.yml
- import_playbook: fix_auto_tls.yml
when: auto_tls | default('False')
- import_playbook: setup_hdfs_encryption.yml