This Ansible role configures TLS certificate renewal via certbot for Opencast.
opencast_letsencrypt_email
- Email address for Let's Encrypt account (required)
- This is used by Let's Encrypt to send certificate expiration warnings if necessary.
This role requires elan.opencast_nginx
.
Example of how to configure and use the role:
- hosts: servers
become: true
roles:
- role: elan.opencast_certbot
opencast_letsencrypt_email: [email protected]