mirror of
https://gitea.fenix-dev.com/fenix-gitea-admin/iac-opentofu-private.git
synced 2025-10-27 15:53:06 +00:00
Merge pull request 'new name iso' (#29) from fenix-admin into main
Reviewed-on: fenix-gitea-admin/iac-teste#29
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
|
datastore_id = "local" # datastore do Proxmox onde o arquivo será guardado
|
||||||
node_name = "fenix" # nó do Proxmox onde será armazenado
|
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"
|
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
|
# Configuração do CD-ROM com a ISO
|
||||||
cdrom {
|
cdrom {
|
||||||
enabled = true
|
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