initial scaffold
This commit is contained in:
commit
5c2080a73b
31 changed files with 1244 additions and 0 deletions
14
terraform/terraform.tfvars.example
Normal file
14
terraform/terraform.tfvars.example
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
# Copy to terraform.tfvars and fill in. terraform.tfvars is gitignored —
|
||||
# never commit real secrets.
|
||||
|
||||
# Default (qemu:///system) assumes you're running tofu on the T630 itself
|
||||
# as the 'k8s' user - see docs/SETUP.md step 2. Leave commented out unless
|
||||
# you're running Terraform from a separate workstation instead.
|
||||
# libvirt_uri = "qemu+ssh://k8s@t630.lan/system?keyfile=/home/you/.ssh/k3s_homelab"
|
||||
|
||||
ssh_public_key = "ssh-ed25519 AAAA... you@workstation"
|
||||
k3s_token = "generate-with: openssl rand -hex 32"
|
||||
|
||||
# Defaults in variables.tf (network_cidr, gateway_ip, node IPs/sizing) are
|
||||
# fine as-is for a first apply — override here only if they clash with
|
||||
# something else on the T630.
|
||||
Loading…
Add table
Add a link
Reference in a new issue