From 58ba612fc135b11f0e8ee30c5257e55e474b651a Mon Sep 17 00:00:00 2001 From: Felix Stupp Date: Mon, 2 Nov 2020 19:10:23 +0000 Subject: [PATCH] Increase tty fontsize on thinkie --- .../host_thinkie.eridon.banananet.work.yml | 22 +++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 playbooks/host_thinkie.eridon.banananet.work.yml diff --git a/playbooks/host_thinkie.eridon.banananet.work.yml b/playbooks/host_thinkie.eridon.banananet.work.yml new file mode 100644 index 0000000..c5766e1 --- /dev/null +++ b/playbooks/host_thinkie.eridon.banananet.work.yml @@ -0,0 +1,22 @@ +--- + +- name: Configure thinkie ThinkPad Tablet + hosts: thinkie.eridon.banananet.work + tasks: + - name: Increase tty font for readability + debconf: + name: console-setup + question: "{{ item.key }}" + value: "{{ item.value }}" + vtype: select + loop: + - key: console-setup/fontsize-fb47 + value: 16x32 (framebuffer only) + - key: console-setup/fontface47 + value: Terminus + - key: console-setup/fontsize + value: 16x32 + - key: console-setup/fontsize-text47 + value: 16x32 (framebuffer only) + loop_control: + label: "{{ item.key }}"