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}"
|
||||
manage_etc_hosts: true
|
||||
disable_root: false
|
||||
ssh_authorized_keys:
|
||||
timezone: Europe/Amsterdam
|
||||
|
||||
ssh_authorized_keys:
|
||||
%{ for key in admin_authorized_keys ~}
|
||||
- "${key}"
|
||||
%{ endfor ~}
|
||||
|
|
Reference in a new issue