Fix sambox-client.

This commit is contained in:
Andreas B. Mundt 2022-06-14 10:41:21 +02:00 committed by Andreas B. Mundt
parent ec66744db4
commit 06973c015b
2 changed files with 7 additions and 4 deletions

9
README
View file

@ -19,6 +19,9 @@ offers ansible playbooks and instructions for the following machines:
• kerberox-client: the client for the kerberized LAN • kerberox-client: the client for the kerberized LAN
• sambox and -client: comparable to the kerberox setup, but
home directories are shared via sshfs or the smb protocol.
• cloudbox: nextcloud server in the basement • cloudbox: nextcloud server in the basement
- setup of a home cloud server - setup of a home cloud server
- dynamic DNS name - dynamic DNS name
@ -31,7 +34,7 @@ offers ansible playbooks and instructions for the following machines:
- reasonable defaults - reasonable defaults
- temporary home directory on tmpfs, reset at boot - temporary home directory on tmpfs, reset at boot
• edubox: deploy a set of containers for teaching (edubox.yml) • edubox: deploy a set of containers for training/teaching
Contributions like patches, suggestions, pull requests and/or further Contributions like patches, suggestions, pull requests and/or further
profiles are highly appreciated! profiles are highly appreciated!
@ -56,8 +59,8 @@ Installbox
• the installbox can be used to install all other profiles • the installbox can be used to install all other profiles
Kerberox Kerberox, Sambox
~~~~~~~~ ~~~~~~~~~~~~~~~~
• standard Debian installation: • standard Debian installation:
- user 'ansible' in sudo group - user 'ansible' in sudo group
- WAN interface configured and connected - WAN interface configured and connected

View file

@ -1,4 +1,4 @@
basedn: "{{ 'dc=' + ( ansible_dns['domain'] | default('intern') | replace('^.','') | replace('.$','') | replace('.',',dc=')) }}" basedn: "{{ 'dc=' + ( ansible_domain | replace('^.','') | replace('.$','') | replace('.',',dc=')) }}"
ldap_server: ldap ldap_server: ldap
home_server: homes home_server: homes
min_id_sssd: 5000 min_id_sssd: 5000