2025-04-17 22:24:54 +01:00
|
|
|
#cloud-config
|
2026-02-27 01:25:25 +00:00
|
|
|
hostname: ${hostname}
|
2025-04-18 12:12:28 +01:00
|
|
|
manage_etc_hosts: true
|
|
|
|
|
resolv_conf:
|
|
|
|
|
nameservers:
|
|
|
|
|
- 8.8.8.8
|
|
|
|
|
- 1.1.1.1
|
2025-04-18 10:51:00 +01:00
|
|
|
|
|
|
|
|
preserve_hostname: false
|
2025-04-17 22:24:54 +01:00
|
|
|
fqdn: ${hostname}.${domain}
|
2026-02-28 12:36:20 +00:00
|
|
|
|
|
|
|
|
users:
|
|
|
|
|
- name: micqdf
|
|
|
|
|
ssh_authorized_keys:
|
|
|
|
|
- ${SSH_KEY_PUBLIC}
|