mirror of
https://gitea.fenix-dev.com/fenix-gitea-admin/iac-opentofu-private.git
synced 2025-10-27 07:43:07 +00:00
new name iso
This commit is contained in:
@ -12,6 +12,7 @@ resource "proxmox_virtual_environment_download_file" "Fedora-iso" {
|
||||
datastore_id = "local" # datastore do Proxmox onde o arquivo será guardado
|
||||
node_name = "fenix" # nó do Proxmox onde será armazenado
|
||||
|
||||
target_path = "/var/lib/vz/template/iso/iac-Fedora-Workstation-Live-x86_64-41-1.4.iso"
|
||||
url = "https://download.fedoraproject.org/pub/fedora/linux/releases/41/Workstation/x86_64/iso/Fedora-Workstation-Live-x86_64-41-1.4.iso"
|
||||
}
|
||||
|
||||
@ -51,7 +52,7 @@ resource "proxmox_virtual_environment_vm" "proxmox-kubernetes-VM-template" {
|
||||
# Configuração do CD-ROM com a ISO
|
||||
cdrom {
|
||||
enabled = true
|
||||
file_id = "local:iso/Fedora-Workstation-Live-x86_64-41-1.4.iso"
|
||||
file_id = "local:iso/iac-Fedora-Workstation-Live-x86_64-41-1.4.iso"
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user