Add support for ephemeral hosts
This commit is contained in:
parent
5bfb1a167a
commit
92e16eea34
6 changed files with 21 additions and 2 deletions
|
|
@ -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}']
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue