Configuration Sentry pour hydra-dispatcher
This commit is contained in:
parent
e39bd95f1b
commit
762c2559b3
|
@ -38,6 +38,7 @@
|
||||||
value: 128
|
value: 128
|
||||||
- name: fs.inotify.max_user_watches
|
- name: fs.inotify.max_user_watches
|
||||||
value: 204800
|
value: 204800
|
||||||
|
become: true
|
||||||
|
|
||||||
- name: Install core packages
|
- name: Install core packages
|
||||||
ansible.builtin.apt:
|
ansible.builtin.apt:
|
||||||
|
|
|
@ -19,4 +19,6 @@ PODMAN_ARGS="\
|
||||||
-e 'APP_LOCALES={{ hydra_dispatcher_available_locales | join(',') }}' \
|
-e 'APP_LOCALES={{ hydra_dispatcher_available_locales | join(',') }}' \
|
||||||
-e 'HYDRA_ADMIN_AUTHORIZED_HOSTS={{ hydra_dispatcher_admin_authorized_hosts | join(',') }}' \
|
-e 'HYDRA_ADMIN_AUTHORIZED_HOSTS={{ hydra_dispatcher_admin_authorized_hosts | join(',') }}' \
|
||||||
-e 'TRUSTED_PROXIES=127.0.0.1,10.0.2.0/24' \
|
-e 'TRUSTED_PROXIES=127.0.0.1,10.0.2.0/24' \
|
||||||
|
-e 'SENTRY_DSN={{ hydra_dispatcher_sentry_dsn }}' \
|
||||||
|
-e 'SENTRY_ENVIRONMENT={{ hydra_dispatcher_sentry_environment }}' \
|
||||||
"
|
"
|
Loading…
Reference in New Issue