ultrabirb-cluster/kubespray_inventory/cloud/hosts.yaml

41 lines
926 B
YAML

all:
vars:
ansible_user: ubuntu
ansible_become: true
hosts:
cloud-cluster-1-master-1:
ansible_host: cloud-cluster-1-master-1
ip: 192.168.110.100
access_ip: 192.168.110.100
cloud-cluster-1-worker-1:
ansible_host: cloud-cluster-1-worker-1
ip: 192.168.110.101
access_ip: 192.168.110.101
cloud-cluster-1-worker-2:
ansible_host: cloud-cluster-1-worker-2
ip: 192.168.110.102
access_ip: 192.168.110.102
children:
kube_control_plane:
hosts:
cloud-cluster-1-master-1:
kube_node:
hosts:
cloud-cluster-1-master-1:
cloud-cluster-1-worker-1:
cloud-cluster-1-worker-2:
etcd:
hosts:
cloud-cluster-1-master-1:
cloud-cluster-1-worker-1:
cloud-cluster-1-worker-2:
k8s_cluster:
children:
kube_control_plane:
kube_node:
calico_rr:
hosts: {}