Change VMware boot order to boot correctly from ArchISO
This commit is contained in:
parent
d331e07536
commit
527bc11d1d
@ -26,13 +26,13 @@
|
|||||||
controller_type: sata
|
controller_type: sata
|
||||||
state: present
|
state: present
|
||||||
type: iso
|
type: iso
|
||||||
iso_path: "{{ rhel_iso | default(omit) }}"
|
iso_path: "{{ boot_iso }}"
|
||||||
- controller_number: 0
|
- controller_number: 0
|
||||||
unit_number: 1
|
unit_number: 1
|
||||||
controller_type: sata
|
controller_type: sata
|
||||||
state: present
|
state: present
|
||||||
type: iso
|
type: iso
|
||||||
iso_path: "{{ boot_iso }}"
|
iso_path: "{{ rhel_iso | default(omit) }}"
|
||||||
networks:
|
networks:
|
||||||
- name: "{{ vm_nif }}"
|
- name: "{{ vm_nif }}"
|
||||||
vlan: "{{ vlan_name | default(omit) }}"
|
vlan: "{{ vlan_name | default(omit) }}"
|
||||||
|
Loading…
Reference in New Issue
Block a user