Restructure: servers/legion/ layout, rename repo to infrastructure

This commit is contained in:
Will Anderson
2026-03-23 07:38:42 -05:00
parent 7751eddd73
commit 0b4a236a88
22 changed files with 4 additions and 4 deletions
+4 -4
View File
@@ -1,15 +1,15 @@
# servers
# infrastructure
Infrastructure-as-code for all servers. Currently: Legion (Ubuntu 24.04, k3s).
Personal infrastructure-as-code servers, networking, DNS, and config.
## Structure
- `legion/` — Legion k3s cluster (Terraform)
- `servers/legion/` — Legion k3s cluster (Terraform)
## Usage
```bash
cd legion
cd servers/legion
direnv allow # loads credentials from ~/Secrets/credentials/infrastructure.env
terraform plan
terraform apply