Make role enabled in role but turn it off in group vars

This commit is contained in:
Julian-Samuel Gebühr
2022-09-04 08:53:26 +02:00
parent 88f4166385
commit ab33024665
2 changed files with 15 additions and 1 deletions

View File

@ -2,7 +2,7 @@
# matrix_ldap_registration_proxy - Want to build a large-scale Matrix server using external registration on LDAP?
# Project source code URL: https://gitlab.com/activism.international/matrix_ldap_registration_proxy
matrix_ldap_registration_proxy_enabled: false
matrix_ldap_registration_proxy_enabled: true
matrix_ldap_registration_proxy_container_image_self_build_repo: "https://gitlab.com/activism.international/matrix_ldap_registration_proxy.git"
matrix_ldap_registration_proxy_container_image_self_build_branch: "{{ matrix_ldap_registration_proxy_version }}"