Added Intel Firmware to laptop role

This commit is contained in:
Frank Schiebel 2023-09-15 12:12:52 +02:00
parent 1ec6368ce5
commit b13997ec9b

View file

@ -19,6 +19,17 @@
path: /etc/profile.d/qgm-login.sh
state: absent
#########
# Softwareauswahl
- name: Install packages for laptops
apt:
name:
- firmware-iwlwifi
autoremove: true
state: latest
environment:
http_proxy: ''
#########
# Anpassungen an KDE
# - Doppelklick zum öffnen von Dateien
@ -69,3 +80,14 @@
AllowSuspendThenHibernate=no
AllowHybridSleep=no
- name: Disable ansible user login
ansible.builtin.user:
name: ansible
password_lock: True
- name: disable sshd
systemd:
name: ssh
state: started
enabled: no