style 💎: Update Debian image URLs and paths
Updated the Debian image URL and path in the defaults/main.yml file to reflect the latest available images. This change ensures that the correct images are used for testing and deployment.
This commit is contained in:
@@ -44,12 +44,12 @@ mac_address: "{{ mac_base }}:{{ mac_suffix }}"
|
|||||||
# DEBIAN IMAGE CONFIGURATION
|
# DEBIAN IMAGE CONFIGURATION
|
||||||
###############################################################################
|
###############################################################################
|
||||||
# URL to Debian GenericCloud image
|
# URL to Debian GenericCloud image
|
||||||
# debian_image_url: "https://cloud.debian.org/images/cloud/bookworm/latest/debian-12-genericcloud-amd64.qcow2"
|
# debian_image_url: "https://cloud.debian.org/images/cloud/bookworm/latest/debian-12-genericcloud-amd64.qcow2
|
||||||
debian_image_url: "https://cloud.debian.org/images/cloud/trixie/latest/debian-13-generic-amd64.qcow2"
|
debian_image_url: "https://cloud.debian.org/images/cloud/trixie/latest/debian-13-genericcloud-amd64.qcow2"
|
||||||
|
|
||||||
# Local path where image is cached
|
# Local path where image is cached
|
||||||
# debian_image_path: "/var/lib/vz/template/qemu/debian-genericcloud-amd64.qcow2"
|
# debian_image_path: "/var/lib/vz/template/qemu/debian-genericcloud-amd64.qcow2"
|
||||||
debian_image_path: "/var/lib/vz/template/qemu/debian-13-generic-amd64.qcow2"
|
debian_image_path: "/var/lib/vz/template/qemu/debian-13-genericcloud-amd64.qcow2"
|
||||||
|
|
||||||
###############################################################################
|
###############################################################################
|
||||||
# NETWORKING CONFIGURATION
|
# NETWORKING CONFIGURATION
|
||||||
|
|||||||
Reference in New Issue
Block a user