Sync before Archive

This commit is contained in:
2026-02-25 20:36:50 -06:00
parent 73eee46101
commit 7c2ef04d47
17 changed files with 1464 additions and 191 deletions

View File

@@ -13,7 +13,7 @@ proxmox_clone_node: "fantasyland"
# VM Configuration
vm_os_distribution: "ubuntu"
vm_os_version: "24.04"
vm_size: "medium"
vm_size: "small"
vm_storage: "general"
# Proxmox HA Configuration
@@ -22,12 +22,12 @@ proxmox_host_target: "pve02"
# Network Configuration
# IP address for the Traefik load balancer
ip_address: 10.1.71.80
vm_mac_address: 'BC:24:11:50:00:80'
ip_address: 10.1.71.24
#vm_mac_address: 'BC:24:11:50:00:80'
# Software Configuration
# Traefik will be installed and configured on this host
# VM Template Configuration
vm_clone_source: "{{ vm_os_distribution }}-{{ vm_os_version }}-{{ vm_size }}"
#vm_clone_source: "{{ vm_os_distribution }}-{{ vm_os_version }}-{{ vm_size }}"
hostname: "{{ inventory_hostname }}.{{ base_domain }}"