21 lines
1.1 KiB
Markdown
21 lines
1.1 KiB
Markdown
# labs
|
|
|
|
This directory is reserved for experimental and lab-only infrastructure work. The current focus of the repository is [infra-run](../infra-run/).
|
|
|
|
Current subdirectories are planning areas unless their own README documents a runnable scenario:
|
|
|
|
- `kubernetes`
|
|
- `terraform`
|
|
- `networking`
|
|
- `ci-cd`
|
|
- `docker`
|
|
|
|
## Linux operations labs
|
|
|
|
- [Linux Fresh Setup Toolkit](./linux/setup/) - Bootstrap automation for fresh Ubuntu lab hosts, including shell profile, Cockpit, Docker, libvirt/KVM, NVIDIA diagnostics, tuning and safe baseline defaults.
|
|
- [AI Lab Maintenance Toolkit](./linux/ailab-maintenance/) - Homelab-safe Linux maintenance automation for an Ubuntu AI infrastructure host, covering cleanup, health checks, config backup, Docker hygiene, kernel safety and systemd timers.
|
|
|
|
Lab content should document prerequisites, topology, validation, cleanup, and what remains untested. Do not present lab behavior as production-ready.
|
|
|
|
Planned lab topics are tracked in [ROADMAP.md](../ROADMAP.md). For Codex-driven changes, use [AGENTS.md](../AGENTS.md) and the templates under [docs/codex](../docs/codex/).
|