mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-05-07 01:17:39 -02:30
Added terraform script for Hetzner cloud (#8053)
This commit is contained in:
16
contrib/terraform/hetzner/templates/inventory.tpl
Normal file
16
contrib/terraform/hetzner/templates/inventory.tpl
Normal file
@@ -0,0 +1,16 @@
|
||||
[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
|
||||
Reference in New Issue
Block a user