ansible 바이너리 교체
This commit is contained in:
@@ -1,21 +1,27 @@
|
||||
[all]
|
||||
hostname1 ansible_host=10.10.54.200 ip=10.10.54.200 etcd_member_name=hostname1 ansible_port=22
|
||||
hostname2 ansible_host=10.10.54.201 ip=10.10.54.201 ansible_port=22
|
||||
hostname3 ansible_host=10.10.54.202 ip=10.10.54.202 ansible_port=22
|
||||
master ansible_host=10.10.54.200 ip=10.10.54.200 etcd_member_name=master ansible_port=22
|
||||
worker1 ansible_host=10.10.54.201 ip=10.10.54.201 ansible_port=22
|
||||
worker2 ansible_host=10.10.54.202 ip=10.10.54.202 ansible_port=22
|
||||
master2 ansible_host=10.10.54.203 ip=10.10.54.202 etcd_member_name=master2 ansible_port=22
|
||||
master3 ansible_host=10.10.54.204 ip=10.10.54.202 etcd_member_name=master3 ansible_port=22
|
||||
|
||||
[kube_control_plane]
|
||||
hostname1
|
||||
master
|
||||
master2
|
||||
master3
|
||||
|
||||
[etcd]
|
||||
hostname1
|
||||
master
|
||||
master2
|
||||
master3
|
||||
|
||||
[kube_node]
|
||||
hostname2
|
||||
hostname3
|
||||
worker1
|
||||
worker2
|
||||
|
||||
[calico_rr]
|
||||
|
||||
[k8s_cluster:children]
|
||||
kube_control_plane
|
||||
kube_node
|
||||
calico_rr
|
||||
calico_rr
|
||||
|
||||
Reference in New Issue
Block a user