Add disk;Change random string
continuous-integration/drone/push Build encountered an error Details

This commit is contained in:
Danny Bessems 2022-04-18 15:53:21 +02:00
parent 5557fc65e7
commit f302c5cb51
1 changed files with 5 additions and 1 deletions

View File

@ -13,7 +13,11 @@
datacenter: "{{ hv.datacenter }}"
folder: "{{ hv.folder }}"
cluster: "{{ hv.cluster }}"
name: "{{ kubernetes.clustername }}_{{ lookup('community.general.random_string', length=5, upper=true, numbers=false, special=false) }}"
name: "{{ kubernetes.clustername }}_{{ lookup('community.general.random_string', length=5, numbers=false, special=false) }}"
disk:
- size_gb: 50
type: thin
datastore: "{{ hv.datastore }}"
cdrom:
type: iso
iso_path: "[{{ hv.isodatastore }}] {{ item.iso_path }}"