TerraHome/terraform/files/cloud_init.yaml

10 lines
193 B
YAML
Raw Normal View History

2025-04-17 20:38:13 +01:00
#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