9dced7133c
* - add ability to specify the network_zone in hetzner terraform - Export the network id from hetzner terraform the the generated inventory.ini * - Add with_networks variable to allow different deployments of hcloud controller manager - Add network id to hcloud controller secret (added via the inventory) - Don't include extra_args if it's not set
19 lines
236 B
Smarty
19 lines
236 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
|
|
|
|
[k8s-cluster:vars]
|
|
network_id=${network_id}
|