Added Intel Firmware to laptop role
This commit is contained in:
parent
1ec6368ce5
commit
b13997ec9b
1 changed files with 22 additions and 0 deletions
|
@ -19,6 +19,17 @@
|
||||||
path: /etc/profile.d/qgm-login.sh
|
path: /etc/profile.d/qgm-login.sh
|
||||||
state: absent
|
state: absent
|
||||||
|
|
||||||
|
#########
|
||||||
|
# Softwareauswahl
|
||||||
|
- name: Install packages for laptops
|
||||||
|
apt:
|
||||||
|
name:
|
||||||
|
- firmware-iwlwifi
|
||||||
|
autoremove: true
|
||||||
|
state: latest
|
||||||
|
environment:
|
||||||
|
http_proxy: ''
|
||||||
|
|
||||||
#########
|
#########
|
||||||
# Anpassungen an KDE
|
# Anpassungen an KDE
|
||||||
# - Doppelklick zum öffnen von Dateien
|
# - Doppelklick zum öffnen von Dateien
|
||||||
|
@ -69,3 +80,14 @@
|
||||||
AllowSuspendThenHibernate=no
|
AllowSuspendThenHibernate=no
|
||||||
AllowHybridSleep=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
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue