k8s-playground/setup/inventory.yaml

16 lines
392 B
YAML

#[frontend]
#cluster-frontend ansible_ssh_host=
[control]
cluster-control01 ansible_ssh_host=
#cluster-control02 ansible_ssh_host=
#cluster-control03 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=