sreview¶
Installs and configures encoders for the sreview video reviewing system.
Available variables¶
sreviewdbpw
: password to the SReview database. Should be stored in a vault, or passed at initial installation usingansible-playbook -e sreviewdbpw=$VALUE
(ansible role does not write the SReview config file unless this variable is defined)sreview.dbhost
: hostname of the machine running the SReview database. Defaults tovittoria.debian.org
.sreview.wwwhostname
: hostname of the machine serving the preview files over https. See the SReview documentation on thevid_prefix
configuration parameter for details.- sreview.preroll: filename of an SVG file containing preroll credits
- sreview.postroll: filename of an SVG file containing postroll credits
sreview.fontpackages
: Any fonts needed for the preroll/postroll SVG templatesnfs_server
: the server on which the common state for SReview will be stored. That server should have thenfs-server
role enabled.