upsate ssh

This commit is contained in:
2025-09-22 20:10:22 -05:00
parent 59826cb7a9
commit 853cd90148
4 changed files with 9 additions and 5 deletions

View File

@@ -13,6 +13,7 @@ proxmox_clone_node: "fantasyland"
# Templates are named in the following format (all lower case): <OS Distribution>-<OS Version>-<VM Size>
# Current OS offerings are:
# - Ubuntu (24.04)
# - Fedora (42)
# Current VM sizes are:
# - Small: 2 cores, 2GB memory, 8 GiB virtual disk
@@ -21,7 +22,7 @@ proxmox_clone_node: "fantasyland"
# - Large Plus: 4 cores, 4GB memory, 48 GiB virtual disk
# - Xlarge: 4 cores, 8GB memory, 64 GiB virtual disk
vm_clone_source: "fedora-42-large-plus"
vm_clone_source: "ubuntu-24.04-large-plus"
# Proxmox storage target.

View File

@@ -13,6 +13,7 @@ proxmox_clone_node: "fantasyland"
# Templates are named in the following format (all lower case): <OS Distribution>-<OS Version>-<VM Size>
# Current OS offerings are:
# - Ubuntu (24.04)
# - Fedora (42)
# Current VM sizes are:
# - Small: 2 cores, 2GB memory, 8 GiB virtual disk
@@ -21,11 +22,11 @@ proxmox_clone_node: "fantasyland"
# - Large Plus: 4 cores, 4GB memory, 48 GiB virtual disk
# - Xlarge: 4 cores, 8GB memory, 64 GiB virtual disk
vm_clone_source: "fedora-42-large-plus"
vm_clone_source: "ubuntu-24.04-large-plus"
# Proxmox storage target.
vm_storage: "mk-general"
vm_storage: "general"
# Proxmox does not yet do dynamic load balancing, the host target sets the target for HA groups
# and backup groups. (ha_group will be factored out in the next functionality update.)