Restructure: servers/legion/ layout, rename repo to infrastructure
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user