Remove role lmn_teacherlaptop and extend role lmn_security

- Add variable to configure sudo-program permissions (`sudo_permissions`)
- Add variable to configure polkit-rules (`polkit_rules`)
- Migrate sudo and polkit permissions from lmn_teacherlaptop role to inventory
This commit is contained in:
Finn Hercke 2025-03-24 12:14:48 +01:00
parent c00d5566dd
commit c4e35584bc
8 changed files with 506 additions and 485 deletions

View file

@ -3,3 +3,8 @@
name: sshd
state: reloaded
when: not run_in_installer|default(false)|bool
- name: Restart polkit
ansible.builtin.systemd:
name: polkit
state: restarted