diff --git a/infra-config/04-vm-templates/fedora-42/fedora-42-small.pkrvars.hcl b/infra-config/04-vm-templates/fedora-42/fedora-42-small.pkrvars.hcl index b16b6d6..e754e7f 100755 --- a/infra-config/04-vm-templates/fedora-42/fedora-42-small.pkrvars.hcl +++ b/infra-config/04-vm-templates/fedora-42/fedora-42-small.pkrvars.hcl @@ -8,7 +8,7 @@ vm_boot_wait = "5s" vm_name = "fedora-42-small" vm_id = "9101" vm_cpu_sockets = "1" -vm_cpu_cores = "2" +vm_cpu_cores = "4" vm_mem_size = "2048" vm_disk_size = "8" @@ -16,6 +16,7 @@ proxmox_bridge = "vmbr1" proxmox_vlan = "71" ssh_username = "wed" +ssh_password = "1mag!ne3R" # ISO Objects diff --git a/infra-config/04-vm-templates/fedora-42/proxmox.pkvars.hcl b/infra-config/04-vm-templates/fedora-42/proxmox.pkvars.hcl index 9947f70..b9cddab 100644 --- a/infra-config/04-vm-templates/fedora-42/proxmox.pkvars.hcl +++ b/infra-config/04-vm-templates/fedora-42/proxmox.pkvars.hcl @@ -5,14 +5,13 @@ # Credentials proxmox_username = "root@pam" -proxmox_password = "" +#proxmox_password = "" ssh_username = "wed" -ssh_password = "" +#ssh_password = "" # Proxmox Objects proxmox_node = "pve03" proxmox_domain = "int.mk-labs.cloud" -#proxmox_url = "https://${var.proxmox_node}.${proxmox_domain}:8006/api2/json" proxmox_vm_storage_pool = "pve-templates" #proxmox_insecure_connection = false #Default: true proxmox_iso_storage_pool = "local"