-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathsite.yml
More file actions
executable file
·51 lines (41 loc) · 829 Bytes
/
site.yml
File metadata and controls
executable file
·51 lines (41 loc) · 829 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
48
49
50
51
---
# The main playbook to deploy the site
- hosts: hadoop_all
sudo: yes
roles:
- hadoop_common
- hosts: hadoop_master_primary
roles:
- hadoop_primary
- hosts: hadoop_slaves
roles:
- hadoop_slaves
- hosts: spark_common
roles:
- spark_common
- hosts: spark_master
roles:
- spark_master
- hosts: spark_workers
roles:
- spark_workers
- hosts: hadoop_clients
roles:
- { role: hadoop_clients }
- hosts: hadoop_master_secondary
roles:
- { role: hadoop_secondary, when: ha_enabled }
# - hosts: hue_server
# roles:
# - { role: hue_server}
#
# - hosts: sqoop_server
# roles:
# - { role: sqoop_server}
# - hosts: zookeeper_servers
# roles:
# - { role: zookeeper_servers, when: ha_enabled }
#
# - hosts: qjournal_servers
# roles:
# - { role: qjournal_servers, when: ha_enabled }