This commit is contained in:
parent
6dec58856e
commit
7227782d4f
9
terraform/files/cloud_init.yaml
Normal file
9
terraform/files/cloud_init.yaml
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
#cloud-config
|
||||||
|
hostname: ${hostname}
|
||||||
|
fqdn: ${hostname}.${domain}
|
||||||
|
|
||||||
|
runcmd:
|
||||||
|
- curl -fsSL https://tailscale.com/install.sh | sh
|
||||||
|
- tailscale up --auth-key=${TS_AUTHKEY}
|
||||||
|
- tailscale set --ssh
|
||||||
|
|
Loading…
x
Reference in New Issue
Block a user