feat: agent deploy pipeline — passwordless SSH (alarm/desk/blanc-nas via tailnet IPs in ssh config), gitea write token to workers, secrets mounts, gitconfig, APPEND_SYSTEM guide

This commit is contained in:
Raphael Westphal
2026-08-20 09:42:58 +02:00
parent 6d10877e34
commit b35eca40c3
4 changed files with 48 additions and 22 deletions
+9
View File
@@ -1,3 +1,12 @@
Host alarm
HostName 100.64.84.69
User alarm
Host desk
HostName 100.73.57.3
User raph
Host blanc-nas
HostName 100.91.19.107
User raph
Host alarm desk blanc-nas
IdentityFile /root/.ssh/id_ed25519
IdentitiesOnly yes