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.
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.
See defaults for optional variables. There are no mandatory variables.
None
- hosts: servers
tasks:
- name: install gpg and dirmngr
apt:
state: present
name:
- gpg
- dirmngr
roles:
- role: element
MIT