-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhosts.yml
77 lines (63 loc) · 1.11 KB
/
hosts.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
---
database:
hosts:
database1003:
ansible_host: 10.210.4.3
monitor:
hosts:
monitor1002:
ansible_host: 10.210.2.2
minecraftv2:
hosts:
minecraft1001:
ansible_host: 10.210.30.1
minecraft1002:
ansible_host: 10.210.30.2
minecraftpanel:
hosts:
minecraftpanel1001:
ansible_host: 10.210.30.31
minecraftproxy:
hosts:
minecraftproxy1001:
ansible_host: 10.210.30.101
dify:
hosts:
dify1001:
ansible_host: 10.210.2.3
admin.general:
hosts:
admin100:
ansible_host: 10.210.2.1
dns.unbound:
hosts:
dns100:
ansible_host: 10.210.2.240
dns101:
ansible_host: 10.210.2.241
web.general:
hosts:
web100:
ansible_host: 10.210.2.5
web101:
ansible_host: 10.210.2.6
# web.ptero-panel:
# hosts:
# web000:
# ansible_host:
app.general:
hosts:
app100:
ansible_host: 10.210.2.9
game.ptero-node:
hosts:
game100:
ansible_host: 10.210.2.8
zabbix.general:
hosts:
zabbix100:
ansible_host: 10.210.2.250
cache.redis:
hosts:
cache100:
ansible_host: 10.210.2.10