Reactivated old docker-matrix-compose role, parallel to docker-matrix-ansible to allow alternativ installation

This commit is contained in:
2023-12-22 10:23:42 +01:00
parent 75a89a5c9c
commit b5e9197393
19 changed files with 780 additions and 6 deletions

View File

@@ -144,6 +144,6 @@ top_domain: "localhost"
# Prints well formated debug information
verbose: false
# Tags used by the matrix playbook
# For the initial update use: install-all,ensure-matrix-users-created,start
matrix_playbook_tags: "setup-all,start"
# Matrix configuration
matrix_playbook_tags: "setup-all,start" # For the initial update use: install-all,ensure-matrix-users-created,start
matrix_role: "ansible" # Role to setup Matrix. Valid values: ansible, compose