This commit is contained in:
Michael Grote 2023-03-30 16:34:35 +02:00
parent a77f4c727c
commit eb8afc9caa
3 changed files with 3 additions and 3 deletions

View File

@ -21,7 +21,7 @@ services:
- UID=1000
- GID=1000
- LLDAP_JWT_SECRET={{ lookup('keepass', 'LLDAP_JWT_SECRET', 'password') }}
- LLDAP_LDAP_USER_PASS={{ lookup('keepass', 'LLDAP_LDAP_ADMIN_PASS', 'password') }}
- LLDAP_LDAP_USER_PASS={{ lookup('keepass', 'LLDAP_LDAP_USER_PASS', 'password') }}
#- LLDAP_USER_DN="LLDAP-ADMIN"
- LLDAP_LDAP_BASE_DN=dc=grote,dc=lan
- LLDAP_DATABASE_URL=mysql://lldap-db-user:{{ lookup('keepass', 'LLDAP_MYSQL_PASSWORD', 'password') }}@lldap-db/lldap

View File

@ -38,8 +38,8 @@
compose_files:
- name: oxidized
state: present
- name: homer
state: present
# - name: homer # wieder einkommentieren
# state: present
- name: munin
state: present
- name: drone

Binary file not shown.