-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhosts
27 lines (22 loc) · 1 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
[master]
172.16.250.224 ansible_ssh_user=root ansible_ssh_pass=123456
[node]
172.16.250.224 ansible_ssh_user=root ansible_ssh_pass=123456
172.16.250.225 ansible_ssh_user=root ansible_ssh_pass=123456
172.16.250.226 ansible_ssh_user=root ansible_ssh_pass=123456
[k8s]
172.16.250.224 ansible_ssh_user=root ansible_ssh_pass=123456
172.16.250.225 ansible_ssh_user=root ansible_ssh_pass=123456
172.16.250.226 ansible_ssh_user=root ansible_ssh_pass=123456
[flannel]
172.16.250.224 ansible_ssh_user=root ansible_ssh_pass=123456
172.16.250.225 ansible_ssh_user=root ansible_ssh_pass=123456
172.16.250.226 ansible_ssh_user=root ansible_ssh_pass=123456
[etcd]
172.16.250.224 ansible_ssh_user=root ansible_ssh_pass=123456
172.16.250.225 ansible_ssh_user=root ansible_ssh_pass=123456
172.16.250.226 ansible_ssh_user=root ansible_ssh_pass=123456
[docker]
172.16.250.224 ansible_ssh_user=root ansible_ssh_pass=123456
172.16.250.225 ansible_ssh_user=root ansible_ssh_pass=123456
172.16.250.226 ansible_ssh_user=root ansible_ssh_pass=123456