diff --git a/ansible/group_vars/all.yml b/ansible/group_vars/all.yml
index e82c4d0..c78a358 100644
--- a/ansible/group_vars/all.yml
+++ b/ansible/group_vars/all.yml
@@ -50,4 +50,4 @@ base_packages:
- numlockx
- cups
- system-config-printer
- - xfce4-settings
+ - bc
diff --git a/ansible/inventory.ini b/ansible/inventory.ini
index 718c443..c0cfcb3 100644
--- a/ansible/inventory.ini
+++ b/ansible/inventory.ini
@@ -3,7 +3,9 @@
#thin-client-02 ansible_host=192.168.0.29
#thin-client-03 ansible_host=192.168.0.23
#thin-client-04 ansible_host=192.168.0.32
-thin-client-05 ansible_host=192.168.0.37
+#thin-client-05 ansible_host=192.168.0.37
+thin-client-06 ansible_host=192.168.0.37
+#thin-client-07 ansible_host=192.168.0.37
[rdp_clients:vars]
ansible_user=root
#ansible_ssh_private_key_file=~/.ssh/id_rsa
diff --git a/ansible/playbook.yml b/ansible/playbook.yml
index 579de3f..ce683ad 100644
--- a/ansible/playbook.yml
+++ b/ansible/playbook.yml
@@ -201,6 +201,9 @@
# Start USB automount (udiskie)
udiskie --tray --automount --notify &
+ # Wende gespeicherte Mauseinstellungen an
+ /usr/local/bin/apply-mouse-settings.sh &
+
# Start RDP Launcher
/usr/local/bin/rdp-launcher.sh &
@@ -223,6 +226,11 @@
blueman-manager
+ -
+
+ rustdesk
+
+
-
pcmanfm
@@ -237,9 +245,10 @@
system-config-printer
- -
- system-config-printer
-
+
-
+
+ /usr/local/bin/mouse-settings.py
+