Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 645 Bytes

README.md

File metadata and controls

30 lines (21 loc) · 645 Bytes

Ansible: Opencast Certbot Role

This Ansible role configures TLS certificate renewal via certbot for Opencast.

Role Variables

  • 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.

Dependencies

This role requires elan.opencast_nginx.

Example Playbook

Example of how to configure and use the role:

- hosts: servers
  become: true
  roles:
    - role: elan.opencast_certbot
      opencast_letsencrypt_email: [email protected]