Compare commits
2 commits
80c366df51
...
83744196e1
Author | SHA1 | Date | |
---|---|---|---|
![]() |
83744196e1 | ||
![]() |
feec0067db |
3 changed files with 698 additions and 684 deletions
1366
inventory.yml
1366
inventory.yml
File diff suppressed because it is too large
Load diff
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue