freedomofpress / ansible-role-jitsi-meet

Installs the Jitsi Meet open source videoconferencing software
23 stars 26 forks source link

Dynamically reads config secrets from remote host #9

Closed conorsch closed 8 years ago

conorsch commented 8 years ago

Rather than requiring the admin to generate secrets on the Ansible controller prior to running the role, and then managing those secrets securely, default to the automatically generated secrets created by the post-install scripts for the Debian and reuse them throughout. Still supports the introduction of custom secrets, which is rad.

Resolves #3.