Search results

  1. T

    Provision VM from template using ansible.

    I am aware of that, but I want to clone an existing template. The "clone:" line refers to an existing template but the module complains that there is no VM with that name. And I did read the spec of the module. In fact that's where I took the code from and just replaced it with values from our...
  2. T

    Provision VM from template using ansible.

    - name: "Create Virtual Machine" community.general.proxmox_kvm: api_host: APIHOST api_user: APIUSER api_token_id: TOKEN api_token_secret: SECRET name: NEWNAME node: NODE newid: 1234 clone: TEMPLATE storage: STORAGE state: present No matter what I try I...
  3. T

    Cannot assign bridge to new VM

    Thanks, that worked!
  4. T

    Cannot assign bridge to new VM

    When I try to create a new VM using a non-root user I get stuck at the networking part. The existing Bridge vmbr0 does not show up for this user. When I do this as root everything works as expected. Attached screenshot shows the empty selection field. I am pretty sure that this worked before I...
  5. T

    Proxmox Backup Server 3.0 available

    I believe there is an error in the document linked. In the section called Upgrade the system you write apt update apt dist-upgrade where it should say apt upgrade apt dist-upgrade