TerraHome/terraform/files/cloud_init.yaml

11 lines
205 B
YAML
Raw Normal View History

2025-04-17 16:46:19 +01:00
#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}