mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy.git
synced 2024-11-10 12:47:39 +01:00
Move matrix_architecture to matrix-base
We were only defining this in `group_vars/matrix_servers`, which is inconsistent with how we normally do things.
This commit is contained in:
parent
e2e6cfaa8b
commit
ed159cc742
@ -24,20 +24,6 @@ matrix_identity_server_url: "{{ ('https://' + matrix_server_fqn_matrix) if matri
|
|||||||
#
|
#
|
||||||
######################################################################
|
######################################################################
|
||||||
|
|
||||||
######################################################################
|
|
||||||
#
|
|
||||||
# matrix-architecture
|
|
||||||
#
|
|
||||||
######################################################################
|
|
||||||
|
|
||||||
matrix_architecture: "amd64"
|
|
||||||
|
|
||||||
######################################################################
|
|
||||||
#
|
|
||||||
# /matrix-architecture
|
|
||||||
#
|
|
||||||
######################################################################
|
|
||||||
|
|
||||||
|
|
||||||
######################################################################
|
######################################################################
|
||||||
#
|
#
|
||||||
|
@ -23,6 +23,12 @@ matrix_server_fqn_jitsi: "jitsi.{{ matrix_domain }}"
|
|||||||
|
|
||||||
matrix_federation_public_port: 8448
|
matrix_federation_public_port: 8448
|
||||||
|
|
||||||
|
# The architecture that your server runs.
|
||||||
|
# Recognized values by us are 'amd64', 'arm32' and 'arm64'.
|
||||||
|
# Not all architectures support all services, so your experience (on non-amd64) may vary.
|
||||||
|
# See docs/alternative-architectures.md
|
||||||
|
matrix_architecture: amd64
|
||||||
|
|
||||||
matrix_user_username: "matrix"
|
matrix_user_username: "matrix"
|
||||||
matrix_user_groupname: "matrix"
|
matrix_user_groupname: "matrix"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user