diff --git a/ansible/inventory/host_vars/pve01.yml b/ansible/inventory/host_vars/pve01.yml index 75f3b59..9af06b5 100644 --- a/ansible/inventory/host_vars/pve01.yml +++ b/ansible/inventory/host_vars/pve01.yml @@ -1,27 +1,41 @@ --- # Host-specific variables for pve01 # IP: 10.0.0.201 +# Auto-generated: 2026-04-14T00:11:07Z # Hardware Details hardware: 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 # Operating System os: - distribution: Proxmox VE - type: debian_based + distribution: Debian + version: "13.2" + codename: "Trixie" + kernel: 6.17.2-1-pve -# Node Role -node_role: proxmox_hypervisor -is_hypervisor: true +# GPU Configuration +gpu: + 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 -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 +# Docker Status +docker: + installed: False + +# NFS Configuration +nfs: + mounts_configured: False + +# Network Configuration +network: + primary_ip: 10.0.0.201 + primary_interface: vmbr0 + hostname: pve01 + fqdn: pve01.local