k8s-playground/setup/inventory.yaml

16 lines
392 B
YAML
Raw Normal View History

2019-05-30 11:37:13 +00:00
#[frontend]
#cluster-frontend ansible_ssh_host=
2019-05-30 11:37:13 +00:00
2019-05-30 11:37:13 +00:00
[control]
cluster-control01 ansible_ssh_host=
#cluster-control02 ansible_ssh_host=
#cluster-control03 ansible_ssh_host=
2019-05-22 11:37:13 +00:00
[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=