7 - include: tasks/hostname.yml
11 - include: tasks/apt_init.yml
13 - include: tasks/console_init.yml
15 - include: tasks/timezone.yml
17 timezone: Europe/Berlin
19 - name: ensure boot messages are not cleand on start up
21 dest: /etc/systemd/system/getty.target.wants/getty@tty1.service
22 regexp: '^TTYVTDisallocate=yes.*$'
23 replace: 'TTYVDisallocate=no'