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" }