Merge vars_files
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2022-11-08 20:17:36 +01:00
parent 1f4bbca7ec
commit 42d79a95ca
5 changed files with 7 additions and 11 deletions

View File

@ -23,7 +23,7 @@
network: "{{ vcenter_info.network }}"
resourcepool: "{{ vcenter_info.resourcepool }}"
cluster:
nodetemplate: "{{ downstream.node_template.image.name }}"
nodetemplate: "{{ components.clusterapi.workload.node_template.name }}"
publickey: "{{ vapp['guestinfo.rootsshkey'] }}"
version: "{{ components.clusterapi.workload.version.k8s }}"
vip: "{{ vapp['workloadcluster.vip'] }}"