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
|
dest: /usr/share/plasma/shells/org.kde.plasma.desktop/contents/updates/fvs-config.js
|
||||||
mode: '0644'
|
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
|
- name: Configure some KDE aspects
|
||||||
ansible.builtin.blockinfile:
|
ansible.builtin.blockinfile:
|
||||||
|
@ -169,10 +179,10 @@
|
||||||
mode: '0644'
|
mode: '0644'
|
||||||
block: |
|
block: |
|
||||||
[KDE]
|
[KDE]
|
||||||
SingleClick=false
|
#SingleClick=false
|
||||||
|
|
||||||
[KDE Action Restrictions][$i]
|
[KDE Action Restrictions][$i]
|
||||||
action/start_new_session=false
|
#action/start_new_session=false
|
||||||
#action/switch_user=false
|
#action/switch_user=false
|
||||||
#action/lock_screen=false
|
#action/lock_screen=false
|
||||||
|
|
||||||
|
|
|
@ -117,7 +117,7 @@
|
||||||
ansible.posix.mount:
|
ansible.posix.mount:
|
||||||
src: //fileserver.pn.steinbeis.schule/default-school
|
src: //fileserver.pn.steinbeis.schule/default-school
|
||||||
path: /srv/samba/schools/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
|
state: present
|
||||||
fstype: cifs
|
fstype: cifs
|
||||||
when: not nfs4
|
when: not nfs4
|
||||||
|
|
Loading…
Add table
Reference in a new issue