initial commit
This commit is contained in:
51
hosts.yaml
Normal file
51
hosts.yaml
Normal file
@@ -0,0 +1,51 @@
|
||||
all:
|
||||
hosts:
|
||||
kube-master-luna:
|
||||
ansible_host: 192.168.8.10
|
||||
ip: 192.168.8.10
|
||||
access_ip: 192.168.8.10
|
||||
kube-worker-luna:
|
||||
ansible_host: 192.168.8.11
|
||||
ip: 192.168.8.11
|
||||
access_ip: 192.168.8.11
|
||||
kube-master-mckay:
|
||||
ansible_host: 192.168.8.20
|
||||
ip: 192.168.8.20
|
||||
access_ip: 192.168.8.20
|
||||
kube-worker-mckay:
|
||||
ansible_host: 192.168.8.21
|
||||
ip: 192.168.8.21
|
||||
access_ip: 192.168.8.21
|
||||
kube-master-woolsey:
|
||||
ansible_host: 192.168.8.30
|
||||
ip: 192.168.8.30
|
||||
access_ip: 192.168.8.30
|
||||
kube-worker-woolsey:
|
||||
ansible_host: 192.168.8.31
|
||||
ip: 192.168.8.31
|
||||
access_ip: 192.168.8.31
|
||||
children:
|
||||
kube_control_plane:
|
||||
hosts:
|
||||
kube-master-luna:
|
||||
kube-master-mckay:
|
||||
kube-master-woolsey:
|
||||
kube_node:
|
||||
hosts:
|
||||
kube-master-luna:
|
||||
kube-worker-luna:
|
||||
kube-master-mckay:
|
||||
kube-worker-mckay:
|
||||
kube-master-woolsey:
|
||||
kube-worker-woolsey:
|
||||
etcd:
|
||||
hosts:
|
||||
kube-master-luna:
|
||||
kube-master-mckay:
|
||||
kube-master-woolsey:
|
||||
k8s_cluster:
|
||||
children:
|
||||
kube_control_plane:
|
||||
kube_node:
|
||||
calico_rr:
|
||||
hosts: {}
|
||||
Reference in New Issue
Block a user