Fix missing keys;Add core deployment option
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2023-03-18 20:08:34 +01:00
parent 68f0524bda
commit df91de5516
3 changed files with 37 additions and 11 deletions

View File

@ -1,5 +1,11 @@
- import_tasks: hypervisor.yml
- import_tasks: registry.yml
- import_tasks: nodetemplates.yml
- import_tasks: clusterapi.yml
- import_tasks: gitops.yml
- block:
- import_tasks: clusterapi.yml
- import_tasks: gitops.yml
when:
- vapp['deployment.type'] != 'core'

View File

@ -42,6 +42,11 @@
disk:
- size: 1Gb
unit_number: 1
when: ova_deploy.results[index] is not skipped
loop: "{{ ova_deploy.results }}"
loop_control:
index_var: index
label: "{{ item.item }}"
# Disabled to allow disks to be resized; at the cost of cloning speed
# - name: Create snapshot on deployed VM's