No description
Find a file
Raphael Dannecker 14822ebb47 Revert "Switch to systemd automount ..." and "krb5.conf from ..."
SMB automount seems to have major problems with multiuser mounts.
For the first logged in user, everything seems to be fine.
For every following logged in user, strange things will happen (e.g. firefox has problems showing the webdev console).

This reverts following commits:
 - 9df6c93636 (Switch to systemd automount for /srv/samba/schools/default-school)
 - f08c06d7a6 (krb5.conf from package krb5-user ist require)
2025-07-28 10:32:07 +02:00
doc Improve documentation 2025-04-09 16:08:46 +02:00
misc Refactor VM volume mounting 2025-07-02 13:54:19 +02:00
roles Revert "Switch to systemd automount ..." and "krb5.conf from ..." 2025-07-28 10:32:07 +02:00
tools Clean up failed ansible runs reported by emitter script. 2024-06-29 18:37:56 +02:00
inventory-sample.yml Avoid the need to use ssh keys for ansible connections to localhost 2025-04-09 14:18:17 +02:00
inventory.yml Revert "Enable POSIX SMB mount option through cifsopt variable" 2025-07-28 10:21:47 +02:00
LICENSE Initial commit 2024-03-13 13:03:12 +01:00
lmn-client.yml Fix Ansible boolean syntax for compatibility with new version 2025-07-02 13:57:57 +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 Fix markdown formatting 2025-04-08 07:42:51 +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.
  • localproxy Creates a http-proxy running in user context and authentication on parent with users krb5-ticket.
  • localuser Creates a local guest user with home on tmpfs.
  • misc_clonescreen CloneScreen on presenter PCs
  • 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.

Installation

Following possibilities: