Add openresty roles

This commit is contained in:
Greg Karékinian
2023-07-12 20:37:03 +02:00
parent d79dcd8e65
commit df1143525d
2 changed files with 57 additions and 0 deletions

11
roles/openresty.rb Normal file
View File

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