ソースを参照

Remove ma1sd leftovers

pull/2038/head
Julian-Samuel Gebühr 3年前
committed by TheOneWithTheBraid
コミット
b4fdc622fd
1個のファイルの変更2行の追加2行の削除
  1. +2
    -2
      roles/matrix-ldap-registration-proxy/defaults/main.yml

+ 2
- 2
roles/matrix-ldap-registration-proxy/defaults/main.yml ファイルの表示

@@ -39,9 +39,9 @@ matrix_ldap_registration_proxy_systemd_required_services_list: ['docker.service'
# List of systemd services that matrix_ldap_registration_proxy.service wants # List of systemd services that matrix_ldap_registration_proxy.service wants
matrix_ldap_registration_proxy_systemd_wanted_services_list: [] matrix_ldap_registration_proxy_systemd_wanted_services_list: []


# Default ma1sd configuration template which covers the generic use case.
# Default LDAP configuration template which covers the generic use case.
# You can customize it by controlling the various variables inside it. # You can customize it by controlling the various variables inside it.
matrix_ldap_registration_proxy_configuration_env: "{{ lookup('template', 'templates/ldap-registration-proxy.env.j2') }}" matrix_ldap_registration_proxy_configuration_env: "{{ lookup('template', 'templates/ldap-registration-proxy.env.j2') }}"


# Holds the final ma1sd configuration (a combination of the default and its extension).
# Holds the final LDAP configuration (a combination of the default and its extension).
matrix_ldap_registration_proxy_configuration: "{{ matrix_ldap_registration_proxy_configuration_env }}" matrix_ldap_registration_proxy_configuration: "{{ matrix_ldap_registration_proxy_configuration_env }}"

読み込み中…
キャンセル
保存