stage #11

Merged
micqdf merged 11 commits from stage into master 2025-04-17 20:27:28 +00:00
Showing only changes of commit 50ae59602c - Show all commits

View File

@ -0,0 +1,11 @@
#cloud-config
hostname: ${hostname}
fqdn: ${hostname}.${domain}
ssh_authorized_keys:
- ${ssh_key}
runcmd:
- curl -fsSL https://tailscale.com/install.sh | sh
- tailscale up --auth-key=${TS_AUTHKEY}
- tailscale set --ssh