2021-12-01 19:13:34 +01:00
|
|
|
---
|
|
|
|
|
|
|
|
# Only change several instances are deployed on the same server
|
|
|
|
# in which case you must also set a different element_root_dir
|
|
|
|
element_id: element
|
|
|
|
|
2022-02-14 18:00:09 +01:00
|
|
|
# Version to deploy, and expected sha256
|
2022-04-16 01:01:46 +02:00
|
|
|
element_version: 1.10.10
|
|
|
|
element_archive_sha256: 20db4b05a23a32d2523de8b36b51f7dd5841c3390dce88f1e6f68b3938cce0f6
|
2021-12-01 19:13:34 +01:00
|
|
|
|
|
|
|
# Where to install element
|
|
|
|
element_root_dir: /opt/matrix/element
|
|
|
|
|
|
|
|
# Default servers
|
|
|
|
# element_default_home_server: https://matrix.org
|
|
|
|
element_default_identity_server: https://vector.im
|
|
|
|
|
|
|
|
# Should ansible manage upgrades or only initial install
|
|
|
|
element_manage_upgrade: True
|
|
|
|
|
|
|
|
# Should a alilas be created, eg element to access it on /element
|
|
|
|
# element_web_alias: element
|
|
|
|
|
|
|
|
# Optional list of allowed IP address. If undefined, everyone can access it
|
|
|
|
# element_allowed_ip:
|
|
|
|
# - 12.13.14.15
|
|
|
|
# - 16.17.18.19
|
|
|
|
|
|
|
|
# Jitsi server to use
|
|
|
|
# element_jitsi_server: jitsi.example.net
|