terraform/10-pre-k8s/terraform.tfvars

17 lines
627 B
Text
Raw Normal View History

2024-08-04 16:16:53 +02:00
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 = "38.20231027.3.2"
os_version = "39.20240104.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"
}