revert ot remote image location
This commit is contained in:
@@ -16,7 +16,7 @@ module "shared_modules" {
|
|||||||
source = "../../shared_modules"
|
source = "../../shared_modules"
|
||||||
|
|
||||||
vm_name = "u24-bios"
|
vm_name = "u24-bios"
|
||||||
image_location = "/var/lib/libvirt/images/noble-server-cloudimg-amd64.img"
|
image_location = "https://cloud-images.ubuntu.com/noble/current/noble-server-cloudimg-amd64.img"
|
||||||
ssh_key = ""
|
ssh_key = ""
|
||||||
enable_cloudinit = true
|
enable_cloudinit = true
|
||||||
}
|
}
|
||||||
@@ -16,7 +16,7 @@ module "shared_modules" {
|
|||||||
source = "../../shared_modules"
|
source = "../../shared_modules"
|
||||||
|
|
||||||
vm_name = "u24-uefi"
|
vm_name = "u24-uefi"
|
||||||
image_location = "/var/lib/libvirt/images/noble-server-cloudimg-amd64.img"
|
image_location = "https://cloud-images.ubuntu.com/noble/current/noble-server-cloudimg-amd64.img"
|
||||||
ssh_key = ""
|
ssh_key = ""
|
||||||
enable_cloudinit = true
|
enable_cloudinit = true
|
||||||
# ---- OPTIONAL UEFI SETTINGS ----------------------------------------------
|
# ---- OPTIONAL UEFI SETTINGS ----------------------------------------------
|
||||||
|
|||||||
Reference in New Issue
Block a user