auto: docs sync 2026-07-12T00:00:23+00:00
Files changed: ", c.get(k))\nPY\n\\\"\n\"" engine/config.yaml engine/lib/lint.py engine/lib/vocab_gen.py engine/lint-report.md engine/sweep.sh vault/.obsidian/workspace.json vault/archive/projects/meshai-native-fire-severity-audit-cc-handoff.md vault/archive/projects/vaultwarden-plan.md vault/docs/matrix/matrix_host.md vault/docs/matrix/synapse.md vault/docs/services/services.md vault/docs/software/authentik.md vault/docs/software/caddy.md vault/docs/software/dns.md vault/docs/software/recon.md vault/docs/software/searxng.md vault/glossary.md vault/notes/echo6-landing-page-data-export.md vault/projects/matrix-synapse-deployment.md vault/projects/meshai.md vault/projects/meshtastic-headscale-runbook.md vault/projects/mmud-project.md vault/runbooks/add-peertube-channel.md vault/runbooks/authentik-access-groups.md vault/runbooks/authentik-create-invitation.md vault/runbooks/authentik-oidc-application.md vault/runbooks/authentik-upgrade.md vault/runbooks/expose-service-contabo.md vault/runbooks/lxc-service-migration.md vault/runbooks/mailcow-create-mailbox.md vault/runbooks/meshtastic-sidecar-node.md vault/runbooks/meshtasticd-sim-nodes-runbook.md vault/runbooks/proxmox-create-ubuntu-vm.md vault/runbooks/recon-operations.md vault/runbooks/recon-service-integration.md vault/runbooks/syncthing-add-node.md
This commit is contained in:
parent
4a7a41df93
commit
cce29c595d
37 changed files with 336 additions and 262 deletions
|
|
@ -10,7 +10,7 @@ related:
|
|||
- [[proxmox-onboard-node]]
|
||||
- [[headscale-onboard-node]]
|
||||
- [[pi-nas-omv-runbook]]
|
||||
updated: 2026-06-18
|
||||
updated: 2026-07-11
|
||||
---
|
||||
# Proxmox — Create Ubuntu VM (Cloud-Init)
|
||||
|
||||
|
|
@ -19,7 +19,7 @@ Automated VM creation using Ubuntu cloud images. No interactive installer needed
|
|||
## Prerequisites
|
||||
|
||||
- SSH access to the target Proxmox host (directly or via jump box)
|
||||
- Headscale running on Contabo with a valid preauth key
|
||||
- Headscale running on edge2 CT 107 with a valid preauth key
|
||||
- Target Proxmox host has sufficient resources (check with `pvesm status`, `free -h`, `nproc`)
|
||||
|
||||
## Variables — Prompt the User
|
||||
|
|
@ -253,10 +253,10 @@ ssh zvx@$VM_IP 'curl -fsSL https://deb.nodesource.com/setup_22.x | sudo bash - &
|
|||
|
||||
## Step 12 — Tailscale Registration
|
||||
|
||||
Generate a preauth key on Contabo first:
|
||||
Generate a preauth key on edge2 CT 107 first:
|
||||
|
||||
```bash
|
||||
docker exec headscale headscale preauthkeys create --user echo6 --reusable --expiration 72h
|
||||
ssh edge2 "sudo pct exec 107 -- docker exec headscale headscale preauthkeys create --user echo6 --reusable --expiration 72h"
|
||||
```
|
||||
|
||||
Then register the VM:
|
||||
|
|
@ -268,7 +268,7 @@ ssh zvx@$VM_IP "sudo tailscale up --login-server https://vpn.echo6.co --auth-key
|
|||
|
||||
# Verify
|
||||
ssh zvx@$VM_IP 'tailscale status'
|
||||
docker exec headscale headscale nodes list
|
||||
ssh edge2 "sudo pct exec 107 -- docker exec headscale headscale nodes list"
|
||||
```
|
||||
|
||||
## Step 13 — Final Verification
|
||||
|
|
@ -287,7 +287,7 @@ ssh zvx@$VM_IP "
|
|||
echo '=== Disk ===' && df -h /
|
||||
"
|
||||
|
||||
docker exec headscale headscale nodes list
|
||||
ssh edge2 "sudo pct exec 107 -- docker exec headscale headscale nodes list"
|
||||
```
|
||||
|
||||
## Post-Creation
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue