fix(freeipa): move to netinst like it was supposed to be

This commit is contained in:
Kat Inskip 2024-01-30 16:57:07 -08:00 committed by arcnmx
parent 5aedf63004
commit 53b187dd7e
2 changed files with 5 additions and 12 deletions

View file

@ -102,8 +102,8 @@ resource "proxmox_virtual_environment_vm" "freeipa" {
}
disk {
datastore_id = "local-lvm"
file_id = proxmox_virtual_environment_file.fedora39_netinstall_image.id
datastore_id = "local-zfs"
file_id = "local:iso/Fedora-Server-netinst-x86_64-39-1.5.iso"
interface = "scsi0"
}
@ -116,6 +116,7 @@ resource "proxmox_virtual_environment_vm" "freeipa" {
}
initialization {
datastore_id = "local-zfs"
ip_config {
ipv4 {
address = "dhcp"
@ -135,8 +136,9 @@ resource "proxmox_virtual_environment_vm" "freeipa" {
}
tpm_state {
datastore_id = "local-zfs"
version = "v2.0"
}
serial_device {}
}
}