add timezone to cloud-init
This commit is contained in:
parent
ba17061fd6
commit
4c29372a1c
1 changed files with 2 additions and 1 deletions
|
@ -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 ~}
|
||||||
|
|
Reference in a new issue