mirror of
https://github.com/famedly/ansible-collection-matrix
synced 2024-11-10 21:54:15 +00:00
a76ebb1fad
During the renaming of Riot to Element, the path for the webapp changed from /opt/riot to /opt/element. In those folders, the archives are unpacked, resulting in paths like /opt/element/riot-v${version}. Since the archives are not yet renamed (https://github.com/vector-im/element-web/issues/14896), this riot reference has to stay for now. In the renaming, this was accidentally changed prematurely, resulting in this regression. |
||
---|---|---|
.. | ||
defaults | ||
handlers | ||
meta | ||
molecule/default | ||
tasks | ||
vars | ||
.travis.yml | ||
.yamllint | ||
README.md |
Element Web App
Dowloads, verifies and deploys the element web application and places into a webroot, or runs it as a container. Writes config files, with optional per domain configuration.
Requirements
A webserver to serve the application is required if webroot installation mode is used, otherwise docker for running the container.
In case of the webroot installation mode, gpg and dirmngr are required for the package verification.
Role Variables
See defaults for optional variables. There are no mandatory variables.
Dependencies
None
Example Playbook
- hosts: servers
tasks:
- name: install gpg and dirmngr
apt:
state: present
name:
- gpg
- dirmngr
roles:
- role: element
License
MIT