chef/roles/kosmos_discourse.rb
Greg Karékinian 378fee85ec Create a discourse cookbook that can be wrapped
It makes it possible to serve multiple Discord instances to different
hosts from a single nginx load balancer

Right now we run one for Kosmos and one for remoteStorage
2022-10-11 17:58:22 +02:00

7 lines
95 B
Ruby

name "kosmos_discourse"
run_list %w(
kosmos-dirsrv::hostsfile
kosmos_discourse::default
)