Add guest_id key
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
f302c5cb51
commit
87f12d06db
@ -14,6 +14,7 @@
|
|||||||
folder: "{{ hv.folder }}"
|
folder: "{{ hv.folder }}"
|
||||||
cluster: "{{ hv.cluster }}"
|
cluster: "{{ hv.cluster }}"
|
||||||
name: "{{ kubernetes.clustername }}_{{ lookup('community.general.random_string', length=5, numbers=false, special=false) }}"
|
name: "{{ kubernetes.clustername }}_{{ lookup('community.general.random_string', length=5, numbers=false, special=false) }}"
|
||||||
|
guest_id: "{{ item.guest_id }}"
|
||||||
disk:
|
disk:
|
||||||
- size_gb: 50
|
- size_gb: 50
|
||||||
type: thin
|
type: thin
|
||||||
|
@ -4,7 +4,10 @@ kubernetes:
|
|||||||
servers:
|
servers:
|
||||||
- ip: 192.168.11.121
|
- ip: 192.168.11.121
|
||||||
iso_path: ubuntu-20.04.1-live-server-amd64.iso
|
iso_path: ubuntu-20.04.1-live-server-amd64.iso
|
||||||
|
guest_id: ubuntu64Guest
|
||||||
- ip: 192.168.11.122
|
- ip: 192.168.11.122
|
||||||
iso_path: ubuntu-20.04.1-live-server-amd64.iso
|
iso_path: ubuntu-20.04.1-live-server-amd64.iso
|
||||||
|
guest_id: ubuntu64Guest
|
||||||
- ip: 192.168.11.123
|
- ip: 192.168.11.123
|
||||||
iso_path: ubuntu-20.04.1-live-server-amd64.iso
|
iso_path: ubuntu-20.04.1-live-server-amd64.iso
|
||||||
|
guest_id: ubuntu64Guest
|
||||||
|
Loading…
Reference in New Issue
Block a user