Hit rack2 but provide hypervisor as a target

This commit is contained in:
2018-03-20 08:10:11 -04:00
parent f46cccc0bc
commit 62cb665bb1

View File

@@ -14,7 +14,8 @@
api_host: "{{ proxmox_host }}" api_host: "{{ proxmox_host }}"
clone: "{{ ubuntu_template_vm_name }}" clone: "{{ ubuntu_template_vm_name }}"
name: '{{ inventory_hostname }}' name: '{{ inventory_hostname }}'
node: '{{ hypervisor }}' node: 'rack2'
target: '{{ hypervisor }}'
storage: 'SSD1' storage: 'SSD1'
format: 'qcow2' format: 'qcow2'
timeout: 3000 timeout: 3000