Skip to content

Ansible role to configure TLS certificate renewal via certbot for Opencast

License

Notifications You must be signed in to change notification settings

elan-ev/opencast_certbot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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]

About

Ansible role to configure TLS certificate renewal via certbot for Opencast

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published