mirror of
https://github.com/FAUSheppy/no-secrets-athq-ansible
synced 2025-12-10 04:58:34 +01:00
add: dispatcher secrets & vars
This commit is contained in:
@@ -9,6 +9,7 @@ atlantis-verify:
|
||||
LDAP_BASE_DN: {{ ldap_user_dn }}
|
||||
|
||||
DISPATCH_SERVER: {{ event_dispatcher_address }}
|
||||
DISPATCH_SETTINGS_TOKEN: {{ notification_settings_access_token }}
|
||||
|
||||
SQLALCHEMY_DATABASE_URI: "instance/database.sqlite"
|
||||
|
||||
|
||||
@@ -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