Recent content by Cany

  1. C

    Problems cloning from template with ansible

    I narrowed it down a little bit: If I create the VM first and clone the msg says "VM with name <name> already exists" If I dont create the VM first and only want to clone the msg says "No VM with Name <name> found". Isnt this mutually exclusive? I cannot clone, when there is a VM with the...
  2. C

    Problems cloning from template with ansible

    Hello there Proxmox Community! I registered because I am stuck with my management of Proxmox VMs with the ansible proxmox_kvm module. What I want to achieve: I want to be able to create a new vm based on a template vm. I am trying to use the clone feature to achieve that with the following...