Skip to content

Commit fc74c4c

Browse files
author
wangzhenqu
committed
第一版本
1 parent acbd13b commit fc74c4c

File tree

260 files changed

+42265
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

260 files changed

+42265
-0
lines changed

ansible/.hosts.swp

16 KB
Binary file not shown.

ansible/ambari.yml

+30
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
######################################
2+
#描述:部署redis集群
3+
4+
#时间:2020年04月16日
5+
#版权:中电(福建)健康医疗大数据运营服务有限公司
6+
######################################
7+
---
8+
- hosts: ambari_server:ambari_agent
9+
roles:
10+
- {role: ambari_uninstall}
11+
tags:
12+
- ambari_uninstll
13+
14+
- hosts: mariadb_ambari
15+
roles:
16+
- {role: ambari_mariadb}
17+
tags:
18+
- ambari_mariadb
19+
20+
- hosts: ambari_agent
21+
roles:
22+
- {role: ambari_agent}
23+
tags:
24+
- ambari_agent
25+
26+
- hosts: ambari_server
27+
roles:
28+
- {role: ambari_server}
29+
tags:
30+
- ambari_server

ansible/ambari_final.yml

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
######################################
2+
#描述:部署redis集群
3+
4+
#时间:2020年04月16日
5+
#版权:中电(福建)健康医疗大数据运营服务有限公司
6+
######################################
7+
---
8+
- hosts: ambari_server:ambari_agent
9+
roles:
10+
- {role: ambari_final}
11+
tags:
12+
- ambari_final

0 commit comments

Comments
 (0)