k8s-playground/setup/inventory.yaml

13 lines
339 B
YAML
Raw Normal View History

2019-05-22 11:37:13 +00:00
[master]
2019-05-30 11:37:13 +00:00
cluster-master01 ansible_ssh_host=
2019-05-22 11:37:13 +00:00
#cluster-master02 ansible_ssh_host=
#cluster-master03 ansible_ssh_host=
[worker]
2019-05-30 11:37:13 +00:00
cluster-worker01 ansible_ssh_host=
cluster-worker02 ansible_ssh_host=
cluster-worker03 ansible_ssh_host=
2019-05-22 11:37:13 +00:00
#cluster-worker04 ansible_ssh_host=
#cluster-worker05 ansible_ssh_host=
#cluster-worker06 ansible_ssh_host=