Merge "Undefine existing VM configurations during rebuild"
This commit is contained in:
commit
eb29d99642
@ -59,6 +59,15 @@
|
|||||||
- hostvars[item]['server_vm'] | default(false) | bool
|
- hostvars[item]['server_vm'] | default(false) | bool
|
||||||
with_items: "{{ groups['pxe_servers'] }}"
|
with_items: "{{ groups['pxe_servers'] }}"
|
||||||
|
|
||||||
|
- name: Undefine the VM
|
||||||
|
virt:
|
||||||
|
name: "{{ hostvars[item]['server_hostname'] }}"
|
||||||
|
command: undefine
|
||||||
|
failed_when: false
|
||||||
|
when:
|
||||||
|
- hostvars[item]['server_vm'] | default(false) | bool
|
||||||
|
with_items: "{{ groups['pxe_servers'] }}"
|
||||||
|
|
||||||
- name: Create VM LV
|
- name: Create VM LV
|
||||||
lvol:
|
lvol:
|
||||||
vg: "{{ default_vm_disk_vg }}"
|
vg: "{{ default_vm_disk_vg }}"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user