Merge pull request #1369 from borisrunakov/configurable-ma1sd-port

change port 8090 to matrix_ma1sd_default_port
This commit is contained in:
Slavi Pantaleev
2021-11-01 10:50:14 +02:00
committed by GitHub
5 changed files with 15 additions and 14 deletions

View File

@ -30,7 +30,7 @@
insertafter: '# Synapse Extension Start'
with_dict:
'matrix_synapse_awx_password_provider_rest_auth_enabled': 'true'
'matrix_synapse_awx_password_provider_rest_auth_endpoint': '"http://matrix-ma1sd:8090"'
'matrix_synapse_awx_password_provider_rest_auth_endpoint': '"http://matrix-ma1sd:{{ matrix_ma1sd_default_port }}"'
when: awx_matrix_ma1sd_auth_store == 'LDAP/AD'
- name: Remove entire ma1sd configuration extension