- Full Obsidian vault content - Host configs (ice, grizzley, ubuntu, proxmox, truenas, panda, hyte) - Media stack documentation - Traefik HA setup - Automation scripts - Bachelor party planning
35 lines
719 B
Markdown
35 lines
719 B
Markdown
---
|
|
project:
|
|
name: Automation Scripts
|
|
status: active
|
|
category: automation
|
|
source: live-verification
|
|
created: 2026-01-06
|
|
updated: 2026-04-19
|
|
description: Maintenance, deployment, and operational automation scripts
|
|
tags: [automation, scripts, homelab]
|
|
---
|
|
|
|
# Automation Scripts
|
|
|
|
## Overview
|
|
|
|
Maintenance, deployment, and operational automation scripts for homelab management.
|
|
|
|
## Components
|
|
|
|
- [[scripts.md|Scripts Documentation]] — Complete scripts overview
|
|
|
|
## Related Projects
|
|
|
|
- [[../homelab/|Homelab Infrastructure]] — Target for automation
|
|
- [[../platform-config/|Platform Config]] — Deployment target
|
|
|
|
## Tasks
|
|
```dataview
|
|
TASK
|
|
FROM "automation/tasks"
|
|
WHERE !completed
|
|
SORT file.name ASC
|
|
```
|