Compare commits
	
		
			No commits in common. "83744196e16850b39a384b1a88241ada7647eaf2" and "80c366df51f58c51a0d9310a4d460182052e02d4" have entirely different histories.
		
	
	
		
			83744196e1
			...
			80c366df51
		
	
		
					 3 changed files with 684 additions and 698 deletions
				
			
		
							
								
								
									
										1366
									
								
								inventory.yml
									
										
									
									
									
								
							
							
						
						
									
										1366
									
								
								inventory.yml
									
										
									
									
									
								
							
										
											
												File diff suppressed because it is too large
												Load diff
											
										
									
								
							| 
						 | 
					@ -161,16 +161,6 @@
 | 
				
			||||||
    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:
 | 
				
			||||||
| 
						 | 
					@ -179,10 +169,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,_netdev,x-systemd.automount,x-systemd.idle-timeout=60s{{ cifsopt | default('') }}"
 | 
					    opts: "multiuser,sec=krb5i,mfsymlinks,nobrl,actimeo=600,cache=loose,_netdev,x-systemd.automount,x-systemd.idle-timeout=60s"
 | 
				
			||||||
    state: present
 | 
					    state: present
 | 
				
			||||||
    fstype: cifs
 | 
					    fstype: cifs
 | 
				
			||||||
  when: not nfs4
 | 
					  when: not nfs4
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		
		Reference in a new issue