Add guest_id key
continuous-integration/drone/push Build encountered an error Details

This commit is contained in:
Danny Bessems 2022-04-18 15:56:31 +02:00
parent f302c5cb51
commit 87f12d06db
2 changed files with 4 additions and 0 deletions

View File

@ -14,6 +14,7 @@
folder: "{{ hv.folder }}"
cluster: "{{ hv.cluster }}"
name: "{{ kubernetes.clustername }}_{{ lookup('community.general.random_string', length=5, numbers=false, special=false) }}"
guest_id: "{{ item.guest_id }}"
disk:
- size_gb: 50
type: thin

View File

@ -4,7 +4,10 @@ kubernetes:
servers:
- ip: 192.168.11.121
iso_path: ubuntu-20.04.1-live-server-amd64.iso
guest_id: ubuntu64Guest
- ip: 192.168.11.122
iso_path: ubuntu-20.04.1-live-server-amd64.iso
guest_id: ubuntu64Guest
- ip: 192.168.11.123
iso_path: ubuntu-20.04.1-live-server-amd64.iso
guest_id: ubuntu64Guest