mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 04:19:19 -08:00
fix(freeipa): move to netinst like it was supposed to be
This commit is contained in:
parent
5aedf63004
commit
53b187dd7e
2 changed files with 5 additions and 12 deletions
|
|
@ -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 {}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue