Fix sambox-client.
This commit is contained in:
parent
ec66744db4
commit
06973c015b
2 changed files with 7 additions and 4 deletions
9
README
9
README
|
@ -19,6 +19,9 @@ offers ansible playbooks and instructions for the following machines:
|
|||
|
||||
• 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
|
||||
- setup of a home cloud server
|
||||
- dynamic DNS name
|
||||
|
@ -31,7 +34,7 @@ offers ansible playbooks and instructions for the following machines:
|
|||
- reasonable defaults
|
||||
- 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
|
||||
profiles are highly appreciated!
|
||||
|
@ -56,8 +59,8 @@ Installbox
|
|||
|
||||
• the installbox can be used to install all other profiles
|
||||
|
||||
Kerberox
|
||||
~~~~~~~~
|
||||
Kerberox, Sambox
|
||||
~~~~~~~~~~~~~~~~
|
||||
• standard Debian installation:
|
||||
- user 'ansible' in sudo group
|
||||
- WAN interface configured and connected
|
||||
|
|
|
@ -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
|
||||
home_server: homes
|
||||
min_id_sssd: 5000
|
||||
|
|
Loading…
Add table
Reference in a new issue