mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 12:29:19 -08:00
fix(freeipa): fix file format
This commit is contained in:
parent
bdd57fe0b0
commit
38787f79d1
1 changed files with 6 additions and 1 deletions
|
|
@ -102,12 +102,17 @@ resource "proxmox_virtual_environment_vm" "freeipa" {
|
|||
}
|
||||
|
||||
cdrom {
|
||||
enabled = true
|
||||
file_id = "local:iso/Fedora-Server-netinst-x86_64-39-1.5.iso"
|
||||
}
|
||||
|
||||
memory {
|
||||
dedicated = 2048
|
||||
}
|
||||
|
||||
disk {
|
||||
datastore_id = "local-zfs"
|
||||
format = "raw"
|
||||
file_format = "raw"
|
||||
interface = "scsi0"
|
||||
size = 32
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue