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
|
## Structure
|
||||||
|
|
||||||
- `legion/` — Legion k3s cluster (Terraform)
|
- `servers/legion/` — Legion k3s cluster (Terraform)
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
cd legion
|
cd servers/legion
|
||||||
direnv allow # loads credentials from ~/Secrets/credentials/infrastructure.env
|
direnv allow # loads credentials from ~/Secrets/credentials/infrastructure.env
|
||||||
terraform plan
|
terraform plan
|
||||||
terraform apply
|
terraform apply
|
||||||
|
|||||||
Reference in New Issue
Block a user