Update template for bastion (#3523)
Update template to have bastion section
This commit is contained in:
parent
fd422a0646
commit
fac8aaa44e
1 changed files with 3 additions and 2 deletions
|
@ -2,8 +2,9 @@
|
|||
${connection_strings_master}
|
||||
${connection_strings_node}
|
||||
${connection_strings_etcd}
|
||||
${public_ip_address_bastion}
|
||||
|
||||
|
||||
[bastion]
|
||||
${public_ip_address_bastion}
|
||||
|
||||
[kube-master]
|
||||
|
@ -24,4 +25,4 @@ kube-master
|
|||
|
||||
|
||||
[k8s-cluster:vars]
|
||||
${elb_api_fqdn}
|
||||
${elb_api_fqdn}
|
||||
|
|
Loading…
Reference in a new issue