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.
14 lines
195 B
Smarty
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}
|