feat(tunnel): add make tunnel target; complete WP-0001
- Add `make tunnel` to Makefile: reads first host from inventory/servers.yaml and opens a reverse SSH tunnel forwarding local state-hub (port 8000) to the remote host - Mark T02 done and close WP-0001 (all tasks complete) - WP-0002 T01/T02 task IDs backfilled by consistency checker Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
b32dfd4f5a
commit
15bb2978cc
3 changed files with 19 additions and 5 deletions
|
|
@ -88,6 +88,7 @@ id: T01
|
|||
status: done
|
||||
completed: "2026-03-09"
|
||||
priority: high
|
||||
state_hub_task_id: "892f8bb8-beff-463a-b47c-ffd9a672d065"
|
||||
```
|
||||
|
||||
- Remove redundant `converge: ansible-bootstrap` alias (caused Makefile warning)
|
||||
|
|
@ -106,6 +107,7 @@ id: T02
|
|||
status: done
|
||||
completed: "2026-03-09"
|
||||
priority: high
|
||||
state_hub_task_id: "293d950e-c0b3-4ae2-ac08-dcbf3fe5b114"
|
||||
```
|
||||
|
||||
Created `spec/server-baseline.yaml` covering:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue