|
|
|
@ -35,10 +35,6 @@
|
|
|
|
register: create_vm_proxmox_check_if_vm_exists
|
|
|
|
register: create_vm_proxmox_check_if_vm_exists
|
|
|
|
delegate_to: localhost
|
|
|
|
delegate_to: localhost
|
|
|
|
|
|
|
|
|
|
|
|
- name: Debug
|
|
|
|
|
|
|
|
ansible.builtin.debug:
|
|
|
|
|
|
|
|
msg: "{{ create_vm_proxmox_numb_cores }} - {{ create_vm_proxmox_memory_mb }}"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- name: Proxmox - Clone VM in Proxmox
|
|
|
|
- name: Proxmox - Clone VM in Proxmox
|
|
|
|
community.general.proxmox_kvm:
|
|
|
|
community.general.proxmox_kvm:
|
|
|
|
api_host: "{{ create_vm_proxmox_host }}"
|
|
|
|
api_host: "{{ create_vm_proxmox_host }}"
|
|
|
|
|