diff --git a/proxmox/templates/debian_buster.json b/proxmox/templates/debian_buster.json --- a/proxmox/templates/debian_buster.json +++ b/proxmox/templates/debian_buster.json @@ -22,7 +22,7 @@ "username": "{{ user `username` }}", "password": "{{ user `password` }}", "node": "{{ user `proxmox_node` }}", - "vm_id": 10003, + "vm_id": 10004, "memory": 1024, "sockets": "1", "cores": 2, @@ -45,8 +45,8 @@ "cloud_init": "true", "cloud_init_storage_pool": "proxmox", - "iso_url": "https://cdimage.debian.org/debian-cd/current/amd64/iso-cd/debian-10.6.0-amd64-netinst.iso", - "iso_checksum": "2af8f43d4a7ab852151a7f630ba596572213e17d3579400b5648eba4cc974ed0", + "iso_url": "https://cdimage.debian.org/cdimage/archive/10.10.0/amd64/iso-cd/debian-10.10.0-amd64-netinst.iso", + "iso_checksum": "c433254a7c5b5b9e6a05f9e1379a0bd6ab3323f89b56537b684b6d1bd1f8b6ad", "iso_storage_pool": "proxmox-cephfs", "unmount_iso": "true", @@ -86,7 +86,7 @@ "ssh_timeout": "15m", "ssh_password": "installer", - "template_name": "debian-buster-{{ user `template-suffix` }}", + "template_name": "debian-buster-10.10-{{ user `template-suffix` }}", "template_description": "debian buster, generated on {{ user `template-date` }}" } ],