ansible-collection-famedly-.../roles/element
2024-09-12 16:51:08 +02:00
..
defaults update(element): bump stable version to 1.11.77 2024-09-12 16:51:08 +02:00
handlers refactor(element): rename riot role to element 2020-08-09 22:51:09 +02:00
meta chore(element): fix lints 2023-07-06 22:49:35 +02:00
tasks update(element): bump stable version to 1.11.51 2023-12-15 00:10:45 +01:00
vars refactor(element): rename riot role to element 2020-08-09 22:51:09 +02:00
.travis.yml refactor(element): rename riot role to element 2020-08-09 22:51:09 +02:00
.yamllint refactor(element): rename riot role to element 2020-08-09 22:51:09 +02:00
README.md refactor(element): rename riot role to element 2020-08-09 22:51:09 +02:00

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

Author Information

madonius jcgruenhage