Set up openresty #502

Merged
raucao merged 27 commits from feature/501-openresty into master 2023-07-25 11:24:40 +00:00
Showing only changes of commit 307ccbd561 - Show all commits

View File

@ -14,9 +14,12 @@ override_attributes(
)
development_run_list = %w(
role[openresty]
kosmos_assets::nginx_site
)
default_run_list = %w(
role[openresty]
tor-full
kosmos_assets::nginx_site
kosmos_discourse::nginx
@ -39,8 +42,13 @@ default_run_list = %w(
remotestorage_discourse::nginx
)
production_run_list = %w(
role[openresty]
kosmos_assets::nginx_site
)
env_run_lists(
'_default' => default_run_list,
'development' => development_run_list,
'production' => default_run_list
'production' => production_run_list
)