-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhosts
45 lines (37 loc) · 2.15 KB
/
hosts
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
[in]
in1 hostname='in1' ansible_ssh_host='192.168.1.1' ansible_ssh_user='root'
in2 hostname='in2' ansible_ssh_host='192.168.1.2' ansible_ssh_user='root'
[enode]
enode1 hostname='enode1' ansible_ssh_host='192.168.1.5' ansible_ssh_user='root'
enode2 hostname='enode2' ansible_ssh_host='192.168.1.6' ansible_ssh_user='root'
enode3 hostname='enode3' ansible_ssh_host='192.168.1.7' ansible_ssh_user='root'
[k8s]
k8s1 hostname='k8s1' ansible_ssh_host='192.168.1.8' ansible_ssh_user='root'
k8s2 hostname='k8s2' ansible_ssh_host='192.168.1.9' ansible_ssh_user='root'
k8s3 hostname='k8s3' ansible_ssh_host='192.168.1.10' ansible_ssh_user='root'
[mq]
mq1 hostname='mq1' ansible_ssh_host='192.168.1.11' ansible_ssh_user='root'
mq2 hostname='mq2' ansible_ssh_host='192.168.1.12' ansible_ssh_user='root'
mq3 hostname='mq3' ansible_ssh_host='192.168.1.13' ansible_ssh_user='root'
mq4 hostname='mq4' ansible_ssh_host='192.168.1.14' ansible_ssh_user='root'
mq5 hostname='mq5' ansible_ssh_host='192.168.1.15' ansible_ssh_user='root'
mq6 hostname='mq6' ansible_ssh_host='192.168.1.16' ansible_ssh_user='root'
[minio]
minio1 hostname='minio1' ansible_ssh_host='192.168.1.17' ansible_ssh_user='root'
minio2 hostname='minio2' ansible_ssh_host='192.168.1.18' ansible_ssh_user='root'
minio3 hostname='minio3' ansible_ssh_host='192.168.1.19' ansible_ssh_user='root'
[dh]
dh1 hostname='dh1' ansible_ssh_host='192.168.1.20' ansible_ssh_user='root'
dh2 hostname='dh2' ansible_ssh_host='192.168.1.21' ansible_ssh_user='root'
[es]
es1 hostname='es1' ansible_ssh_host='192.168.1.31' ansible_ssh_user='root'
es2 hostname='es2' ansible_ssh_host='192.168.1.32' ansible_ssh_user='root'
es3 hostname='es3' ansible_ssh_host='192.168.1.33' ansible_ssh_user='root'
[ch]
ch1 hostname='ch1' ansible_ssh_host='192.168.1.34' ansible_ssh_user='root'
ch2 hostname='ch2' ansible_ssh_host='192.168.1.35' ansible_ssh_user='root'
ch3 hostname='ch3' ansible_ssh_host='192.168.1.36' ansible_ssh_user='root'
[mon]
mon1 hostname='mon1' ansible_ssh_host='192.168.1.1' ansible_ssh_user='root'
mon2 hostname='mon2' ansible_ssh_host='192.168.1.2' ansible_ssh_user='root'
mon3 hostname='mon3' ansible_ssh_host='192.168.1.3' ansible_ssh_user='root'