changed to ubuntu 22 due to network issue
This commit is contained in:
4
main.tf
4
main.tf
@@ -42,6 +42,7 @@ resource "proxmox_virtual_environment_container" "jenkins" {
|
|||||||
initialization {
|
initialization {
|
||||||
dns {
|
dns {
|
||||||
servers = ["192.168.0.181"]
|
servers = ["192.168.0.181"]
|
||||||
|
domain = "local"
|
||||||
}
|
}
|
||||||
|
|
||||||
hostname = "jenkins"
|
hostname = "jenkins"
|
||||||
@@ -62,7 +63,8 @@ resource "proxmox_virtual_environment_container" "jenkins" {
|
|||||||
node_name = "homestrg1"
|
node_name = "homestrg1"
|
||||||
|
|
||||||
operating_system {
|
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"
|
type = "ubuntu"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user