feat: add host-specific variables for ai-p410 and update configurations for heimdall, pve01, waldorf, and watchtower
This commit is contained in:
parent
b7d0e07ec3
commit
37da1a3861
41
ansible/inventory/host_vars/ai-p410.yml
Normal file
41
ansible/inventory/host_vars/ai-p410.yml
Normal file
@ -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
|
||||
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
|
||||
@ -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:
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user