k8s-playground/setup/inventory.yaml

13 lines
339 B
YAML

[master]
cluster-master01 ansible_ssh_host=
#cluster-master02 ansible_ssh_host=
#cluster-master03 ansible_ssh_host=
[worker]
cluster-worker01 ansible_ssh_host=
cluster-worker02 ansible_ssh_host=
cluster-worker03 ansible_ssh_host=
#cluster-worker04 ansible_ssh_host=
#cluster-worker05 ansible_ssh_host=
#cluster-worker06 ansible_ssh_host=