-
Notifications
You must be signed in to change notification settings - Fork 0
/
dbs.yml
112 lines (99 loc) · 1.48 KB
/
dbs.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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
---
- hosts: mysql
name: mysql
become: true
roles:
- mysql
tags:
- mysql
- hosts: influxdb
name: influxdb
become: true
roles:
- influxdb
tags:
- influxdb
- hosts: prometheus
name: prometheus
become: true
roles:
- prometheus
tags:
- prometheus
- hosts: m3db
name: m3db
become: true
roles:
- m3db
tags:
- m3db
- hosts: cassandra
name: cassandra
become: true
roles:
- cassandra
tags:
- cassandra
- hosts: clickhouse
name: clickhouse
become: true
roles:
- clickhouse
tags:
- clickhouse
- hosts: dbs
name: relay-web
become: true
roles:
- relay-web
tags:
- relay-web
- hosts: clickhouse1
name: relay-clickhouse
become: true
roles:
- relay-clickhouse
tags:
- relay-clickhouse
- hosts: clickhouse1
name: selecter-clickhouse
become: true
roles:
- selecter-clickhouse
tags:
- selecter-clickhouse
- hosts: cassandra1
name: relay-cassandra
become: true
roles:
- relay-cassandra
tags:
- relay-cassandra
- hosts: influxdb
name: relay-influxdb
become: true
roles:
- relay-influxdb
tags:
- relay-influxdb
- hosts: influxdb
name: selecter-influxdb
become: true
roles:
- selecter-influxdb
tags:
- selecter-influxdb
- hosts: prometheus
name: selecter-prometheus
become: true
roles:
- selecter-prometheus
tags:
- selecter-prometheus
- hosts: web
name: web
become: true
roles:
- web
tags:
- web