28 lines
No EOL
565 B
HCL
28 lines
No EOL
565 B
HCL
k3os_workers = {
|
|
"worker1-gen3" = {
|
|
backups = false
|
|
node_type = "worker"
|
|
server_type = "cx31"
|
|
private_ip = "172.23.2.24"
|
|
}
|
|
|
|
"worker2-gen3" = {
|
|
backups = false
|
|
node_type = "worker"
|
|
server_type = "cx31"
|
|
private_ip = "172.23.2.25"
|
|
}
|
|
}
|
|
|
|
vms = {
|
|
"cp1" = {
|
|
node_type = "control-plane"
|
|
server_type = "cpx11",
|
|
backups = true,
|
|
private_ip = "172.23.2.10"
|
|
}
|
|
}
|
|
|
|
ssh_keys = ["ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIKfHZaI0F5GjAcrM8hjWqwMfULDkAZ2TOIBTQtRocg1F id_ed25519"]
|
|
|
|
release_channel = "stable" |