--- # cloud-init image configuration image_url: "https://cloud.debian.org/images/cloud/sid/daily/latest/debian-sid-generic-amd64-daily.qcow2" image_ostype: l26 # Proxmox API variables api_host: "{{ ansible_host }}" api_user: root@pam api_password: "{{ ansible_password }}" api_token_id: ansible api_token_secret: 3520be4c-0f7a-472f-8944-089076dfdf84 # Proxmox node target node_target: proxmox # VM storage target storage_target: local-lvm # VM template name template_name: debian-sid-daily # cloud-init configuration ci_user: ci_password: # VM configuration (looped over) machines: - name: test1 size: 16G cores: 1 memory: 8192 - name: test2 size: 32G cores: 2 memory: 16384