freedomofpress / ansible-role-jitsi-meet

Installs the Jitsi Meet open source videoconferencing software
23 stars 26 forks source link

Make nginx configuration optional #28

Closed conorsch closed 7 years ago

conorsch commented 7 years ago

When managing web vhost configs at the site-level, vhost configs pulled in at the role level can clobber settings, and in general make a site config far less DRY. Let's preserve the automagic nginx config by default, but make it conditional, so that the role can configure all the jitsi services, but leave the nginx vhost up to the admin for separate management.