Changed all templates to use kamino for builds since it has more RAM
This commit is contained in:
parent
4e00aa8ba7
commit
f438cb7c92
@ -40,7 +40,7 @@ source "proxmox-iso" "almalinux-9" {
|
||||
insecure_skip_tls_verify = true
|
||||
username = "${var.proxmox_apiuser}"
|
||||
password = "${var.proxmox_apitoken}"
|
||||
node = "geonosis"
|
||||
node = "kamino"
|
||||
pool = "Templates"
|
||||
|
||||
iso_url = "https://repo.almalinux.org/almalinux/9.3/isos/x86_64/AlmaLinux-9.3-x86_64-boot.iso"
|
||||
|
@ -40,7 +40,7 @@ source "proxmox-iso" "debian-12" {
|
||||
insecure_skip_tls_verify = true
|
||||
username = "${var.proxmox_apiuser}"
|
||||
password = "${var.proxmox_apitoken}"
|
||||
node = "geonosis"
|
||||
node = "kamino"
|
||||
pool = "Templates"
|
||||
|
||||
iso_url = "https://cdimage.debian.org/debian-cd/current/amd64/iso-cd/debian-12.5.0-amd64-netinst.iso"
|
||||
|
@ -36,7 +36,7 @@ source "proxmox-iso" "freebsd-14" {
|
||||
insecure_skip_tls_verify = true
|
||||
username = "${var.proxmox_apiuser}"
|
||||
password = "${var.proxmox_apitoken}"
|
||||
node = "geonosis"
|
||||
node = "kamino"
|
||||
pool = "Templates"
|
||||
|
||||
iso_url = "https://download.freebsd.org/releases/amd64/amd64/ISO-IMAGES/14.0/FreeBSD-14.0-RELEASE-amd64-bootonly.iso"
|
||||
|
@ -40,7 +40,7 @@ source "proxmox-iso" "rocky-9" {
|
||||
insecure_skip_tls_verify = true
|
||||
username = "${var.proxmox_apiuser}"
|
||||
password = "${var.proxmox_apitoken}"
|
||||
node = "geonosis"
|
||||
node = "kamino"
|
||||
pool = "Templates"
|
||||
|
||||
iso_url = "https://download.rockylinux.org/pub/rocky/9/isos/x86_64/Rocky-9.3-x86_64-boot.iso"
|
||||
|
@ -54,7 +54,7 @@ source "proxmox-iso" "ubuntu-22" {
|
||||
insecure_skip_tls_verify = true
|
||||
username = "${var.proxmox_apiuser}"
|
||||
password = "${var.proxmox_apitoken}"
|
||||
node = "geonosis"
|
||||
node = "kamino"
|
||||
pool = "Templates"
|
||||
|
||||
iso_url = "https://releases.ubuntu.com/22.04.4/ubuntu-22.04.4-live-server-amd64.iso"
|
||||
|
Loading…
Reference in New Issue
Block a user