mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-04-16 02:03:09 +02:00
34 lines
1016 B
YAML
34 lines
1016 B
YAML
---
|
|
|
|
# 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
|
|
|
|
# Version to deploy, and expected sha256
|
|
element_version: 1.11.1
|
|
element_archive_sha256: 673994f739ba01f84b46e95e2af00dbfe3a00c715d14b009d30d96bcd7141c7d
|
|
|
|
# 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
|
|
|
|
# MAP style URL to use to share position
|
|
element_map_style_url: https://api.maptiler.com/maps/streets/style.json?key=fU3vlMsMn4Jb6dnEIFsx
|