Add disk;Change random string
Some checks reported errors
continuous-integration/drone/push Build encountered an error
Some checks reported errors
continuous-integration/drone/push Build encountered an error
This commit is contained in:
parent
5557fc65e7
commit
f302c5cb51
@ -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 }}"
|
||||
|
Loading…
Reference in New Issue
Block a user