terraform/10-pre-k8s/terraform.tfvars
Chris Cowley 4d414c88f0
Some checks failed
/ authentik (push) Failing after 1m11s
/ non-lab (push) Failing after 2m39s
Cleanup
2025-04-16 09:46:17 +00:00

16 lines
623 B
HCL

matchbox_http_endpoint = "http://192.168.6.3:8080"
matchbox_rpc_endpoint = "192.168.6.3:8081"
#matchbox_http_endpoint = "http://matchbox.lab.cowley.tech:8080"
#matchbox_rpc_endpoint = "matchbox.lab.cowley.tech:8081"
#os_version = "39.20240104.3.0"
os_version = "41.20250331.3.0"
os_stream = "stable"
ssh_authorized_key = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIMEpF8xS30j9n1a+0FegDYkDis8yHy2ZCj3gvWXmeu5z ccowley@pxe.lab.cowley.tech"
nucs = {
"agent0" = "c0:3f:d5:63:7b:3c"
"agent1" = "b8:ae:ed:7f:bc:45"
"agent2" = "c0:3f:d5:66:ba:79"
}
slowworkers = {
"slownode2" = "52:54:00:c0:39:0f"
}