49 lines
1.1 KiB
YAML
49 lines
1.1 KiB
YAML
---
|
|
# Host-specific variables for watchtower
|
|
# IP: 10.0.0.200
|
|
# Auto-generated: 2026-04-13T23:48:26Z
|
|
|
|
# Hardware Details
|
|
hardware:
|
|
platform: physical_server
|
|
cpu: 2 (4 cores)
|
|
memory_gb: 16
|
|
storage_gb: 0
|
|
architecture: aarch64
|
|
|
|
# Operating System
|
|
os:
|
|
distribution: Debian
|
|
version: "13.4"
|
|
codename: "Trixie"
|
|
kernel: 6.12.75+rpt-rpi-2712
|
|
|
|
# GPU Configuration
|
|
gpu:
|
|
enabled: true
|
|
device: /dev/dri
|
|
info: "/usr/bin/lspci"
|
|
|
|
# Docker Status
|
|
docker:
|
|
installed: True
|
|
version: "Docker version 29.4.0, build 9d7ad9f"
|
|
running_containers:
|
|
- vscode
|
|
- komodo-perihery-watchtower
|
|
- traefik-kop
|
|
- docker-socket-proxy
|
|
|
|
# NFS Configuration
|
|
nfs:
|
|
mounts_configured: True
|
|
mount_details: |
|
|
10.0.0.250:/Volume1/appdata on /mnt/appdata type nfs (rw,relatime,vers=3,rsize=1048576,wsize=1048576,namlen=255,hard,nolock,proto=tcp,timeo=600,retrans=2,sec=sys,mountaddr=10.0.0.250,mountvers=3,mountport=39187,mountproto=udp,local_lock=all,addr=10.0.0.250,x-systemd.automount)
|
|
|
|
# Network Configuration
|
|
network:
|
|
primary_ip: 10.0.0.80
|
|
primary_interface: eth0
|
|
hostname: watchtower
|
|
fqdn: watchtower
|