Files
TerraHome-pre-k8s/terraform/files/cloud_init_global.tpl
MichaelFisher1997 c516c8ba35 chore: disable VM tailscale bootstrap for now
Remove tailscale auth/bootstrap from cloud-init and workflows, keeping VM provisioning focused on core network behind pfSense while preserving SSH key cloud-init setup.
2026-02-28 13:46:11 +00:00

14 lines
195 B
Smarty

#cloud-config
manage_etc_hosts: true
resolv_conf:
nameservers:
- 8.8.8.8
- 1.1.1.1
preserve_hostname: false
users:
- name: micqdf
ssh_authorized_keys:
- ${SSH_KEY_PUBLIC}