Files
infrastructure/README.md
T

297 B

servers

Infrastructure-as-code for all servers. Currently: Legion (Ubuntu 24.04, k3s).

Structure

  • legion/ — Legion k3s cluster (Terraform)

Usage

cd legion
direnv allow   # loads credentials from ~/Secrets/credentials/infrastructure.env
terraform plan
terraform apply