This commit is contained in:
parent
507c102dad
commit
50ae59602c
11
terraform/files/cloud_init_base.yaml
Normal file
11
terraform/files/cloud_init_base.yaml
Normal 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
|
||||
|
Loading…
x
Reference in New Issue
Block a user