Compare commits

...

2 commits

Author SHA1 Message Date
Raphael Dannecker
83744196e1 Enable POSIX SMB mount option through cifsopt variable 2025-07-18 12:16:48 +02:00
Raphael Dannecker
feec0067db Set firefox and thunderbird as default applications 2025-07-18 12:14:09 +02:00
3 changed files with 698 additions and 684 deletions

File diff suppressed because it is too large Load diff

View file

@ -161,6 +161,16 @@
dest: /usr/share/plasma/shells/org.kde.plasma.desktop/contents/updates/fvs-config.js
mode: '0644'
- name: Configure default KDE applications
ansible.builtin.blockinfile:
path: /etc/xdg/mimeapps.list
create: true
mode: '0644'
block: |
[Default Applications]
x-scheme-handler/http=firefox-esr.desktop;
x-scheme-handler/https=firefox-esr.desktop;
x-scheme-handler/mailto=thunderbird.desktop;
- name: Configure some KDE aspects
ansible.builtin.blockinfile:
@ -169,10 +179,10 @@
mode: '0644'
block: |
[KDE]
SingleClick=false
#SingleClick=false
[KDE Action Restrictions][$i]
action/start_new_session=false
#action/start_new_session=false
#action/switch_user=false
#action/lock_screen=false

View file

@ -117,7 +117,7 @@
ansible.posix.mount:
src: //fileserver.pn.steinbeis.schule/default-school
path: /srv/samba/schools/default-school
opts: "multiuser,sec=krb5i,mfsymlinks,nobrl,actimeo=600,cache=loose,_netdev,x-systemd.automount,x-systemd.idle-timeout=60s"
opts: "multiuser,sec=krb5i,mfsymlinks,nobrl,actimeo=600,_netdev,x-systemd.automount,x-systemd.idle-timeout=60s{{ cifsopt | default('') }}"
state: present
fstype: cifs
when: not nfs4