mirror of
https://github.com/FAUSheppy/no-secrets-athq-ansible
synced 2025-12-10 09:58:31 +01:00
add: dispatcher secrets & vars
This commit is contained in:
@@ -11,6 +11,8 @@ event-dispatcher:
|
||||
LDAP_BIND_PW : "{{ ldap_password }}"
|
||||
LDAP_BASE_DN : "{{ ldap_user_dn }}"
|
||||
|
||||
SETTINGS_ACCESS_TOKEN: "{{ notification_settings_access_token }}"
|
||||
|
||||
event-dispatcher-worker:
|
||||
image: registry.atlantishq.de/athq/event-dispatcher-worker
|
||||
|
||||
@@ -31,4 +33,8 @@ event-dispatcher-worker:
|
||||
LDAP_BIND_DN : "{{ ldap_bind_dn }}"
|
||||
LDAP_BIND_PW : "{{ ldap_password }}"
|
||||
LDAP_BASE_DN : "{{ ldap_user_dn }}"
|
||||
|
||||
|
||||
SMTP_TARGET: "{{ smtp_internal_host }}"
|
||||
SMTP_PORT: "{{ smtp_internal_host_port }}"
|
||||
SMTP_USER: "{{ smtp_service_user }}@atlantishq.de"
|
||||
SMTP_PASS: "{{ smtp_service_pass }}"
|
||||
|
||||
Reference in New Issue
Block a user