add timezone to cloud-init

This commit is contained in:
Pim Kunis 2023-04-28 10:51:17 +02:00
parent ba17061fd6
commit 4c29372a1c

View file

@ -2,8 +2,9 @@
hostname: "${name}" hostname: "${name}"
manage_etc_hosts: true manage_etc_hosts: true
disable_root: false disable_root: false
ssh_authorized_keys: timezone: Europe/Amsterdam
ssh_authorized_keys:
%{ for key in admin_authorized_keys ~} %{ for key in admin_authorized_keys ~}
- "${key}" - "${key}"
%{ endfor ~} %{ endfor ~}