WIP: Create Libvirt VMs
This commit is contained in:
parent
1346703458
commit
9cbf9a55a6
12
ansible/create_libvirt_vms.yml
Normal file
12
ansible/create_libvirt_vms.yml
Normal file
@ -0,0 +1,12 @@
|
||||
---
|
||||
- name: Create VM
|
||||
include_role:
|
||||
name: stackhpc.libvirt-vm
|
||||
vars:
|
||||
libvirt_vm_default_console_log_dir: "{{ console_log_directory }}"
|
||||
libvirt_vms:
|
||||
- state: present
|
||||
name:
|
||||
run_once: true
|
||||
# FIXME(w-miller): Schedule to different hypervisors.
|
||||
delegate_to: "{{ groups['libvirt'][0] }}"
|
Loading…
x
Reference in New Issue
Block a user