Automatically set keyboard layout

This commit is contained in:
Philip (a-0) 2022-07-28 20:06:14 +02:00
parent 51e1710e60
commit 3809353256
3 changed files with 7 additions and 1 deletions

View file

@ -1,2 +1,3 @@
---
vm_net_interface_name: eth0
desired_keyboard_layout: de

View file

@ -0,0 +1,4 @@
---
- name: Set keyboard layout
command: "setxkbmap -layout {{ desired_keyboard_layout }}"

View file

@ -2,4 +2,5 @@
- hosts: localhost
connection: local
roles:
- system_settings
- tor_gateway