Add Sentry client recipe and role

Configures a local domain for Sentry in the hostsfile.
This commit is contained in:
Râu Cao
2023-03-24 21:21:02 +07:00
parent 798ee3d1d8
commit 05d0a19b5f
3 changed files with 24 additions and 1 deletions

11
roles/sentry_client.rb Normal file
View File

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