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'] }}"

View File

@ -14,5 +14,5 @@
- name: Download node-template image
ansible.builtin.uri:
url: "{{ downstream.node_template.image.url }}"
dest: /opt/workloadcluster/node-templates/{{ downstream.node_template.image.name }}
url: "{{ components.clusterapi.workload.node_template.url }}"
dest: /opt/workloadcluster/node-templates/{{ components.clusterapi.workload.node_template.name }}