ebbba-org / ansible-role-bigbluebutton

Ansible role for a bigbluebutton installation (following the documentation on https://docs.bigbluebutton.org/administration/install and https://github.com/bigbluebutton/bigbluebutton)
https://www.ebbba.org/
MIT License
124 stars 82 forks source link

Only run certificate related tasks when https is enabled #366

Closed louim closed 1 year ago

louim commented 1 year ago

If Nginx will not be listening on port 443, then there is no need to generate certificates. Without this setting, the playbook will fail at the "Ensure bbb_ssl_cert exists" task because no SSL certificate will have been generated.

BrutalBirdie commented 1 year ago

Nice catch! Thanks for your contribution <3