TerraHome/terraform/files/cloud_init_base.yaml
MichaelFisher1997 74b2fb8175
Some checks failed
Gitea Actions Demo / Terraform Plan (push) Failing after 53s
terraform fmt
2025-04-17 20:17:29 +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