lldap
This commit is contained in:
parent
b1eca2cb82
commit
d485346424
3 changed files with 8 additions and 8 deletions
|
@ -23,13 +23,13 @@ services:
|
||||||
GID: 1000
|
GID: 1000
|
||||||
LLDAP_HTTP_PORT: 17170
|
LLDAP_HTTP_PORT: 17170
|
||||||
LLDAP_HTTP_URL: http://docker10.grote.lan:17170
|
LLDAP_HTTP_URL: http://docker10.grote.lan:17170
|
||||||
LLDAP_KEY_SEED: ganz_lang
|
LLDAP_KEY_SEED: "{{ lookup('keepass', 'lldap_key_seed', 'password') }}"
|
||||||
LLDAP_VERBOSE: true
|
LLDAP_VERBOSE: true
|
||||||
LLDAP_JWT_SECRET: jwt_secret
|
LLDAP_JWT_SECRET: "{{ lookup('keepass', 'lldap_jwt_secret', 'password') }}"
|
||||||
LLDAP_LDAP_BASE_DN: dc=grote,dc=lan
|
LLDAP_LDAP_BASE_DN: dc=grote,dc=lan
|
||||||
LLDAP_USER_DN: admin
|
LLDAP_USER_DN: admin
|
||||||
LLDAP_LDAP_USER_PASS: user_pass_geheim
|
LLDAP_LDAP_USER_PASS: "{{ lookup('keepass', 'lldap_ldap_user_pass', 'password') }}"
|
||||||
LLDAP_DATABASE_URL: mysql://lldap-db-user:mysql_password@lldap-db/lldap
|
LLDAP_DATABASE_URL: mysql://lldap-db-user:"{{ lookup('keepass', 'lldap_mysql_password', 'password') }}"@lldap-db/lldap
|
||||||
LLDAP_SMTP_OPTIONS__ENABLE_PASSWORD_reset: true
|
LLDAP_SMTP_OPTIONS__ENABLE_PASSWORD_reset: true
|
||||||
LLDAP_SMTP_OPTIONS__FROM: "LLDAP Admin <info@mgrote.net>"
|
LLDAP_SMTP_OPTIONS__FROM: "LLDAP Admin <info@mgrote.net>"
|
||||||
LLDAP_SMTP_OPTIONS__REPLY_TO: "Do not reply <info@mgrote.net>"
|
LLDAP_SMTP_OPTIONS__REPLY_TO: "Do not reply <info@mgrote.net>"
|
||||||
|
@ -48,8 +48,8 @@ services:
|
||||||
- /etc/timezone:/etc/timezone:ro
|
- /etc/timezone:/etc/timezone:ro
|
||||||
- db:/var/lib/mysql
|
- db:/var/lib/mysql
|
||||||
environment:
|
environment:
|
||||||
- MYSQL_ROOT_PASSWORD=mysql_root_password
|
- MYSQL_ROOT_PASSWORD="{{ lookup('keepass', 'lldap_mysql_root_password', 'password') }}"
|
||||||
- MYSQL_PASSWORD=mysql_password
|
- MYSQL_PASSWORD="{{ lookup('keepass', 'lldap_mysql_password', 'password') }}"
|
||||||
- MYSQL_DATABASE=lldap
|
- MYSQL_DATABASE=lldap
|
||||||
- MYSQL_USER=lldap-db-user
|
- MYSQL_USER=lldap-db-user
|
||||||
- MYSQL_INITDB_SKIP_TZINFO=1
|
- MYSQL_INITDB_SKIP_TZINFO=1
|
||||||
|
|
|
@ -15,11 +15,11 @@ lvm_groups:
|
||||||
manage_lvm: true
|
manage_lvm: true
|
||||||
pvresize_to_max: true
|
pvresize_to_max: true
|
||||||
|
|
||||||
### mgrote_mount_cifs
|
### mgrote_mount_cifs # löschen
|
||||||
cifs_mounts:
|
cifs_mounts:
|
||||||
- name: bilder
|
- name: bilder
|
||||||
type: cifs
|
type: cifs
|
||||||
state: present
|
state: absent
|
||||||
dest: /mnt/fileserver3_photoprism_bilder_ro
|
dest: /mnt/fileserver3_photoprism_bilder_ro
|
||||||
src: //fileserver3.mgrote.net/bilder
|
src: //fileserver3.mgrote.net/bilder
|
||||||
user: photoprism
|
user: photoprism
|
||||||
|
|
BIN
keepass_db.kdbx
BIN
keepass_db.kdbx
Binary file not shown.
Loading…
Reference in a new issue