From 37da1a3861454d9c8ae098b98136b46eb841f714 Mon Sep 17 00:00:00 2001 From: Nathan Date: Tue, 21 Apr 2026 12:27:43 -0400 Subject: [PATCH] feat: add host-specific variables for ai-p410 and update configurations for heimdall, pve01, waldorf, and watchtower --- ansible/inventory/host_vars/ai-p410.yml | 41 ++++++++++++++++++++++ ansible/inventory/host_vars/heimdall.yml | 25 ++++++++++--- ansible/inventory/host_vars/pve01.yml | 6 ++-- ansible/inventory/host_vars/waldorf.yml | 7 ++-- ansible/inventory/host_vars/watchtower.yml | 4 +-- 5 files changed, 71 insertions(+), 12 deletions(-) create mode 100644 ansible/inventory/host_vars/ai-p410.yml diff --git a/ansible/inventory/host_vars/ai-p410.yml b/ansible/inventory/host_vars/ai-p410.yml new file mode 100644 index 0000000..2578d36 --- /dev/null +++ b/ansible/inventory/host_vars/ai-p410.yml @@ -0,0 +1,41 @@ +--- +# Host-specific variables for ai-p410 +# IP: 10.0.0.202 +# Auto-generated: 2026-04-21T15:40:11Z + +# Hardware Details +hardware: + platform: physical_server + cpu: Intel(R) Xeon(R) CPU E5-1630 v4 @ 3.70GHz (8 cores) + memory_gb: 126 + storage_gb: 100 + architecture: x86_64 + +# Operating System +os: + distribution: Ubuntu + version: "24.04" + codename: "Noble" + kernel: 6.8.0-110-generic + +# GPU Configuration +gpu: + enabled: true + device: /dev/dri + info: "/usr/bin/lspci +01:00.0 VGA compatible controller: NVIDIA Corporation GM206GL [Quadro M2000] (rev a1)" + +# Docker Status +docker: + installed: False + +# NFS Configuration +nfs: + mounts_configured: False + +# Network Configuration +network: + primary_ip: 10.0.0.202 + primary_interface: eno1 + hostname: ai-p410 + fqdn: ai-p410 diff --git a/ansible/inventory/host_vars/heimdall.yml b/ansible/inventory/host_vars/heimdall.yml index a498af1..f19351d 100644 --- a/ansible/inventory/host_vars/heimdall.yml +++ b/ansible/inventory/host_vars/heimdall.yml @@ -1,14 +1,14 @@ --- # Host-specific variables for heimdall # IP: 10.0.0.151 -# Auto-generated: 2026-04-13T23:44:52Z +# Auto-generated: 2026-04-21T16:25:55Z # Hardware Details hardware: platform: physical_server cpu: Intel(R) N100 (4 cores) memory_gb: 15 - storage_gb: 0 + storage_gb: 100 architecture: x86_64 # Operating System @@ -30,12 +30,29 @@ docker: installed: True version: "Docker version 29.4.0, build 9d7ad9f" running_containers: + - gitea-server + - gitea-db + - goaccess + - goaccess-cron + - prowlarr + - wizarr + - profilarr + - tracearr + - tracearr-redis + - tracearr-db + - docker_registry + - radarr + - sonarr + - sabnzbd + - seerr - trek + - authentik_worker + - authentik_server + - authentik_postgres + - authentik_redis - vaultwarden - komodo-core - komodo-periphery-heimdall - - gitea-server - - gitea-db - traefik - docker-socket-proxy - redis diff --git a/ansible/inventory/host_vars/pve01.yml b/ansible/inventory/host_vars/pve01.yml index 9af06b5..d485a2f 100644 --- a/ansible/inventory/host_vars/pve01.yml +++ b/ansible/inventory/host_vars/pve01.yml @@ -1,20 +1,20 @@ --- # Host-specific variables for pve01 # IP: 10.0.0.201 -# Auto-generated: 2026-04-14T00:11:07Z +# Auto-generated: 2026-04-21T16:25:55Z # Hardware Details hardware: platform: physical_server cpu: 13th Gen Intel(R) Core(TM) i5-13500T (14 cores) memory_gb: 15 - storage_gb: 0 + storage_gb: 8 architecture: x86_64 # Operating System os: distribution: Debian - version: "13.2" + version: "13.4" codename: "Trixie" kernel: 6.17.2-1-pve diff --git a/ansible/inventory/host_vars/waldorf.yml b/ansible/inventory/host_vars/waldorf.yml index 7bcf7c9..5524adb 100644 --- a/ansible/inventory/host_vars/waldorf.yml +++ b/ansible/inventory/host_vars/waldorf.yml @@ -1,14 +1,14 @@ --- # Host-specific variables for waldorf # IP: 10.0.0.251 -# Auto-generated: 2026-04-13T23:45:33Z +# Auto-generated: 2026-04-21T16:25:56Z # Hardware Details hardware: platform: physical_server cpu: Intel(R) Core(TM) i7-7820HQ CPU @ 2.90GHz (8 cores) memory_gb: 16 - storage_gb: 0 + storage_gb: 100 architecture: x86_64 # Operating System @@ -30,11 +30,12 @@ docker: installed: True version: "Docker version 29.4.0, build 9d7ad9f" running_containers: + - plex + - pinchflat - komodo-periphery-waldorf - docker-socket-proxy - buildx_buildkit_default - tunarr - - plex # NFS Configuration nfs: diff --git a/ansible/inventory/host_vars/watchtower.yml b/ansible/inventory/host_vars/watchtower.yml index a0715f2..ec540c0 100644 --- a/ansible/inventory/host_vars/watchtower.yml +++ b/ansible/inventory/host_vars/watchtower.yml @@ -1,14 +1,14 @@ --- # Host-specific variables for watchtower # IP: 10.0.0.200 -# Auto-generated: 2026-04-13T23:48:26Z +# Auto-generated: 2026-04-21T16:25:55Z # Hardware Details hardware: platform: physical_server cpu: 2 (4 cores) memory_gb: 16 - storage_gb: 0 + storage_gb: 2 architecture: aarch64 # Operating System