Add support for ephemeral hosts

This commit is contained in:
Tobias Reisinger 2025-11-12 00:43:05 +01:00
parent 5bfb1a167a
commit 92e16eea34
Signed by: serguzim
GPG key ID: 13AD60C237A28DFE
6 changed files with 21 additions and 2 deletions

View file

@ -36,5 +36,5 @@ runcmd:
#####################################################################
# One-command install, from https://tailscale.com/download/
- ['sh', '-c', 'curl -fsSL https://tailscale.com/install.sh | sh']
- ['tailscale', 'up', '--authkey=${tailscale_authkey}']
- ['tailscale', 'up', '--authkey=${tailscale_authkey}', '--hostname=${hostname}']