No description
Find a file
Raphael Dannecker 84c7a4d1c6 Activate reporter by setting misc_reporter to true
The reporting service can still be installed without sending automatic reports.
This allows an automatic report to be sent after the initial installation.
The report can also be triggered by user interaction.
2025-04-03 10:54:15 +02:00
doc Seed for VM upload can be configured using the variable vm_uploadseed_pwd 2025-04-03 09:50:40 +02:00
roles Activate reporter by setting misc_reporter to true 2025-04-03 10:54:15 +02:00
tools Clean up failed ansible runs reported by emitter script. 2024-06-29 18:37:56 +02:00
inventory.yml Activate reporter by setting misc_reporter to true 2025-04-03 10:54:15 +02:00
LICENSE Initial commit 2024-03-13 13:03:12 +01:00
lmn-client.yml Move all variables from the vault to the inventory 2025-04-03 09:58:54 +02:00
lmn-vault Control execution of localuser by variable instead of group-membership 2025-03-25 09:14:47 +01:00
lmn-www-server.yml Move extrapackage installation into separate role and make it more flexible 2025-03-24 10:30:32 +01:00
README.md Improve documentation 2025-03-26 14:51:31 +01:00
spyder.patch Fix misleading 'file-has-changed' message in spyder on CIFS. 2024-06-21 08:25:28 +02:00

lmn-client

Ansible playbooks and roles to deploy Debian clients for LinuxMuster.

Default tasks

  • Install/Update Debian
  • Install KDE-Plasma Desktop
  • Join domain
  • Activate kerberos-support
  • Mount homes from server
  • Install printer Installs local cups (printserver) and configures/installs all subscribed printers on login. Printers can be subscribed by user or by machine

Following optional modules are available:

  • custom_roles Runs own ansible roles.
  • exam_mode Starts local firewall and removes local directories of exam users the day after.
  • localhome Sometimes a local home directory makes more sense than the home on a network share.
  • localuser Creates a local guest user with home on tmpfs.
  • vm_support VMs based on Qemu/KVM in school network.
  • vpn Provides VPN access to school network.
  • wlan Provides WLAN access via WPA Personal/Enterprise.