Proxmox worker, uptime, backup, tagged deploy

This commit is contained in:
George Lambert 2026-09-11 23:36:11 -04:00
commit bcc74d64d5
8 changed files with 171 additions and 0 deletions

9
scripts/test.sh Executable file
View file

@ -0,0 +1,9 @@
#!/usr/bin/env bash
set -euo pipefail
ROOT="$(cd "$(dirname "$0")/.." && pwd)"
bash -n "$ROOT/scripts/create-worker.sh"
test -f "$ROOT/guest.env"
test -f "$ROOT/scripts/nats-private-proxy.service"
grep -q 'bind=10.10.10.1' "$ROOT/scripts/nats-private-proxy.service"
grep -q vmbr1 "$ROOT/guest.env"
echo OK