qgm-laptop proxy aus apt.conf entfernt

This commit is contained in:
Frank Schiebel 2025-06-30 14:25:22 +02:00
parent c04e753bb9
commit afde365d01
5 changed files with 26 additions and 1 deletions

View file

@ -9,6 +9,7 @@
- vars-qgsoftware.yml
vars:
playbook_name: "qgm-desktop.yml"
joinpw: ''
domain: "{{ ansible_domain }}"
kerberize_uris: qgm.lan
@ -160,5 +161,14 @@
when: "'lt-' in inventory_hostname"
notify: Run update-grub
- name: Aktuelle Zeit zum Client schreiben
copy:
content: |
playbook={{ playbook_name }}
timestamp={{ ansible_date_time.date }}-{{ ansible_date_time.time }}
unixtime={{ ansible_date_time.epoch }}
ansiblehost={{ ansible_hostname }}
dest: /etc/ansible_timestamp.txt

View file

@ -46,6 +46,7 @@
name:
- libreoffice
- libreoffice-l10n-de
- libreoffice-gtk3
- kicad
- kicad-doc-de
state: latest # noqa package-latest

View file

@ -97,3 +97,11 @@
state: started
enabled: no
#########
# /etc/apt/apt.conf proxy Zeile entfernen, damit Updates möglich sind
- name: Proxy aus apt entfernen
ansible.builtin.lineinfile:
dest: /etc/apt/apt.conf
state: absent
regexp: '^Acquire::http::Proxy'

View file

@ -66,6 +66,8 @@
- filius
- wine
- kdenlive
- terminator
- geany
autoremove: true
state: latest
environment:
@ -110,6 +112,7 @@
# - Kein Benutzerwechsel
# - Kein Lockscreen
# - Keine neue Session
# - Login Session immer leer starten, nicht die laufenden Anwendungen merken
- name: Set mandatory KDE settings
ansible.builtin.copy:
@ -123,6 +126,9 @@
action/switch_user=false
action/lock_screen=false
action/start_new_session=false
[General][$i]
loginMode=emptySession
#########
# Screen Locking abschalten, Mittelstufenschüler...

View file

@ -5,7 +5,7 @@ bluej_target_version: "5.4.2"
greenfoot_target_version: "3.9.0"
## --
greenfoot_src_uri: https://www.greenfoot.org/download/files/Greenfoot-linux-x64-VERSION.deb
bluej_src_uri: https://www.bluej.org/download/files/BlueJ-linux-x64-VERSION.deb
bluej_src_uri: https://github.com/k-pet-group/BlueJ-Greenfoot/releases/download/BLUEJ-RELEASE-VERSION/BlueJ-linux-x64-VERSION.deb
mirror_javadev: http://netboot.qgm.lan/javadev/
#### Miror for misc "unofficial" debs