Initial commit — migrate legion Terraform from infrastructure repo
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
# servers
|
||||
|
||||
Infrastructure-as-code for all servers. Currently: Legion (Ubuntu 24.04, k3s).
|
||||
|
||||
## Structure
|
||||
|
||||
- `legion/` — Legion k3s cluster (Terraform)
|
||||
|
||||
## Usage
|
||||
|
||||
```bash
|
||||
cd legion
|
||||
direnv allow # loads credentials from ~/Secrets/credentials/infrastructure.env
|
||||
terraform plan
|
||||
terraform apply
|
||||
```
|
||||
Reference in New Issue
Block a user