From 796135d92321f18daecafc3552ad80363da3c0c3 Mon Sep 17 00:00:00 2001 From: jerick Date: Mon, 4 Aug 2025 12:57:46 +0000 Subject: [PATCH] changed to ubuntu 22 due to network issue --- main.tf | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/main.tf b/main.tf index 9a3c321..3542a7b 100644 --- a/main.tf +++ b/main.tf @@ -42,6 +42,7 @@ resource "proxmox_virtual_environment_container" "jenkins" { initialization { dns { servers = ["192.168.0.181"] + domain = "local" } hostname = "jenkins" @@ -62,7 +63,8 @@ resource "proxmox_virtual_environment_container" "jenkins" { node_name = "homestrg1" operating_system { - template_file_id = "local:vztmpl/ubuntu-24.10-standard_24.10-1_amd64.tar.zst" + #template_file_id = "local:vztmpl/ubuntu-24.10-standard_24.10-1_amd64.tar.zst" + template_file_id = "local:vztmpl/ubuntu-22.04-standard_22.04-1_amd64.tar.zst" type = "ubuntu" }