7 lines
346 B
Bash
7 lines
346 B
Bash
UID={{ users['lldap'] }}
|
|
GID={{ users['lldap'] }}
|
|
TZ={{ timezone }}
|
|
LLDAP_LDAP_BASE_DN={{ ldap_base_dn }}
|
|
LLDAP_JWT_SECRET='{{ lldap_secrets["jwt_secret"] }}'
|
|
LLDAP_KEY_SEED='{{ lldap_secrets["key_seed"] }}'
|
|
LLDAP_DATABASE_URL='postgres://{{ lldap_secrets["postgres_user"] }}:{{ lldap_secrets["postgres_password"] }}@postgres.{{ domain }}/lldap'
|