Compare commits

...

3 commits

Author SHA1 Message Date
Raphael Dannecker
10121bc3ff Allow teachers on teacherdevices to set LUKS password and TPM PIN via sudo systemd-cryptenroll 2026-03-03 20:23:24 +01:00
Raphael Dannecker
a48f6f5404 Add inventory password to inventory 2026-03-03 20:13:32 +01:00
Raphael Dannecker
b20f7f5e3b Add inventory vault password for updater service 2026-03-03 20:12:22 +01:00
2 changed files with 634 additions and 615 deletions

File diff suppressed because it is too large Load diff

View file

@ -210,6 +210,16 @@
- misc_updater_repository | default(false) is truthy - misc_updater_repository | default(false) is truthy
- misc_updater_autostart | default(false) is truthy - misc_updater_autostart | default(false) is truthy
- name: Deploy inventory password file
ansible.builtin.copy:
dest: /root/.inventory-pw
owner: root
mode: '0640'
content: "{{ misc_updater_inventory_password }}"
when:
- misc_updater_repository | default(false) is truthy
- misc_updater_inventory_password | default(false) is truthy
# Prepare CloneScreen on Presenter PCs # Prepare CloneScreen on Presenter PCs
- name: Fix primary screen for class room PCs with projector - name: Fix primary screen for class room PCs with projector