TerraHome/terraform/files/cloud_init_base.yaml
MichaelFisher1997 50ae59602c
Some checks failed
Gitea Actions Demo / Terraform Plan (push) Failing after 25s
terraform fmt
2025-04-17 20:03:28 +01:00

12 lines
229 B
YAML

#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