0a0156c946
* Add terraform scripts for vSphere * Fixup: Add terraform scripts for vSphere * Add inventory generation * Use machines var to provide IPs * Add README file * Add default.tfvars file * Fix newlines at the end of files * Remove master.count and worker.count variables * Fixup cloud-init formatting * Fixes after initial review * Add warning about disabled DHCP * Fixes after second review * Add sample-inventory
17 lines
192 B
Smarty
17 lines
192 B
Smarty
|
|
[all]
|
|
${connection_strings_master}
|
|
${connection_strings_worker}
|
|
|
|
[kube-master]
|
|
${list_master}
|
|
|
|
[etcd]
|
|
${list_master}
|
|
|
|
[kube-node]
|
|
${list_worker}
|
|
|
|
[k8s-cluster:children]
|
|
kube-master
|
|
kube-node
|