TerraHome/terraform/files/cloud_init.yaml
MichaelFisher1997 7227782d4f
Some checks failed
Gitea Actions Demo / Terraform Plan (push) Has been cancelled
terraform fmt
2025-04-17 20:38:13 +01:00

10 lines
193 B
YAML

#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