Basic Sentry setup

Not running the install script automatically at this point yet.
This commit is contained in:
Râu Cao
2023-03-24 20:41:27 +07:00
parent 819109849a
commit 09e6b903ea
11 changed files with 355 additions and 0 deletions

11
roles/sentry.rb Normal file
View File

@@ -0,0 +1,11 @@
name "sentry"
default_run_list = %w(
kosmos_sentry::default
)
env_run_lists(
'_default' => default_run_list,
'development' => default_run_list,
'production' => default_run_list
)