28 lines
586 B
YAML
28 lines
586 B
YAML
---
|
|
# Host-specific variables for pve01
|
|
# IP: 10.0.0.201
|
|
|
|
# Hardware Details
|
|
hardware:
|
|
platform: physical_server
|
|
role: hypervisor
|
|
architecture: x86_64
|
|
|
|
# Operating System
|
|
os:
|
|
distribution: Proxmox VE
|
|
type: debian_based
|
|
|
|
# Node Role
|
|
node_role: proxmox_hypervisor
|
|
is_hypervisor: true
|
|
|
|
# Proxmox Configuration
|
|
proxmox:
|
|
post_install_enabled: true
|
|
disable_subscription_nag: true
|
|
disable_enterprise_repo: true
|
|
enable_no_subscription_repo: true
|
|
run_dist_upgrade: false # Manual control for first onboarding
|
|
reboot_after: false # Manual control for first onboarding
|