chef/roles/nginx_proxy.rb
Sebastian Kippe 0a953070fe
Create nginx_proxy role
Used to configure hosts entries in the Gitea and Drone VMs, as well as
the allowed webhooks config for Gitea.
2022-03-12 15:39:07 -06:00

14 lines
225 B
Ruby

name "nginx_proxy"
default_run_list = %w(
kosmos_discourse::nginx
kosmos_gitea::nginx
kosmos_drone::nginx
)
env_run_lists(
'_default' => default_run_list,
'development' => [],
'production' => default_run_list
)