Puck Port correction

This commit is contained in:
2026-04-11 07:32:40 -04:00
parent bd31dfd8d5
commit ee361ee61e
3 changed files with 3 additions and 4 deletions

View File

@@ -39,7 +39,6 @@ freecad_mcp:
kernos: kernos:
hosts: hosts:
caliban.incus: caliban.incus:
korax.helu.ca:
gitea: gitea:
hosts: hosts:

View File

@@ -4,7 +4,7 @@
gather_facts: false gather_facts: false
vars: vars:
archive_path: "{{rel_dir}}/kernos_{{kernos_rel}}.tar" archive_path: "{{rel_dir}}/kernos_{{kernos_rel}}.tar"
kernos_repo_url: "ssh://robert@clio.helu.ca:18677/mnt/dev/kernos" kernos_repo_url: "ssh://git@git.helu.ca:22022/r/kernos.git"
kernos_repo_dir: "{{repo_dir}}/kernos" kernos_repo_dir: "{{repo_dir}}/kernos"
tasks: tasks:

View File

@@ -114,8 +114,8 @@ EOT
name = "puck_ports" name = "puck_ports"
type = "proxy" type = "proxy"
properties = { properties = {
listen = "tcp:0.0.0.0:25570-25589" listen = "tcp:0.0.0.0:25570-25588"
connect = "tcp:127.0.0.1:25570-25589" connect = "tcp:127.0.0.1:25570-25588"
} }
}, },
{ {