-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathsite.yml
More file actions
47 lines (42 loc) · 695 Bytes
/
site.yml
File metadata and controls
47 lines (42 loc) · 695 Bytes
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
35
36
37
38
39
40
41
42
43
44
45
46
47
---
- name: Prerequisite for installing cluster
hosts: all_hadoop_nodes
become: true
roles:
- prereq
- epel_repo
- java
- ntp
tags:
- common
- name: Installation of Mysql database for CDH
hosts: cm_database
become: true
roles:
- mysql
tags:
- database
- name: Installation of MIT KDC
hosts: krb5_server
become: true
roles:
- kdc
tags:
- krb5
- name: Installation of Cloudera
hosts: scm_mgmt
become: true
roles:
- cdh_server_agents
- cdh_mgmt_srv
- cdh_mgmt_settings
- cdh_hadoop_srv
tags:
- cloudera
- name: ssl cloudera
hosts: scm_mgmt
become: true
roles:
- scm_ssl_tls
tags:
- ssl