Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merge features from master into bbb/2.7 #374

Merged
merged 11 commits into from
Jan 2, 2024
Prev Previous commit
Next Next commit
Only run certificate related tasks when https is enabled
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.
  • Loading branch information
louim committed Sep 13, 2023

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
commit 274c17b8e6cfb429f3e98214975aa29b9c56846f
1 change: 1 addition & 0 deletions tasks/main.yml
Original file line number Diff line number Diff line change
@@ -48,6 +48,7 @@
tags: mongodb

- import_tasks: certificate.yml
when: bbb_nginx_listen_https | bool
tags:
- tls
- certificates