feat(ansible): update host variables for pve01 with detailed hardware and OS information
This commit is contained in:
parent
49b3f3a652
commit
481d206749
@ -1,27 +1,41 @@
|
|||||||
---
|
---
|
||||||
# Host-specific variables for pve01
|
# Host-specific variables for pve01
|
||||||
# IP: 10.0.0.201
|
# IP: 10.0.0.201
|
||||||
|
# Auto-generated: 2026-04-14T00:11:07Z
|
||||||
|
|
||||||
# Hardware Details
|
# Hardware Details
|
||||||
hardware:
|
hardware:
|
||||||
platform: physical_server
|
platform: physical_server
|
||||||
role: hypervisor
|
cpu: 13th Gen Intel(R) Core(TM) i5-13500T (14 cores)
|
||||||
|
memory_gb: 15
|
||||||
|
storage_gb: 0
|
||||||
architecture: x86_64
|
architecture: x86_64
|
||||||
|
|
||||||
# Operating System
|
# Operating System
|
||||||
os:
|
os:
|
||||||
distribution: Proxmox VE
|
distribution: Debian
|
||||||
type: debian_based
|
version: "13.2"
|
||||||
|
codename: "Trixie"
|
||||||
|
kernel: 6.17.2-1-pve
|
||||||
|
|
||||||
# Node Role
|
# GPU Configuration
|
||||||
node_role: proxmox_hypervisor
|
gpu:
|
||||||
is_hypervisor: true
|
enabled: true
|
||||||
|
device: /dev/dri
|
||||||
|
info: "/usr/bin/lspci
|
||||||
|
0000:00:02.0 VGA compatible controller: Intel Corporation AlderLake-S GT1 (rev 0c)"
|
||||||
|
|
||||||
# Proxmox Configuration
|
# Docker Status
|
||||||
proxmox:
|
docker:
|
||||||
post_install_enabled: true
|
installed: False
|
||||||
disable_subscription_nag: true
|
|
||||||
disable_enterprise_repo: true
|
# NFS Configuration
|
||||||
enable_no_subscription_repo: true
|
nfs:
|
||||||
run_dist_upgrade: false # Manual control for first onboarding
|
mounts_configured: False
|
||||||
reboot_after: false # Manual control for first onboarding
|
|
||||||
|
# Network Configuration
|
||||||
|
network:
|
||||||
|
primary_ip: 10.0.0.201
|
||||||
|
primary_interface: vmbr0
|
||||||
|
hostname: pve01
|
||||||
|
fqdn: pve01.local
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user