mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy.git
synced 2025-02-06 07:15:13 +01:00
prettier location for bot localpart in main.yml
This commit is contained in:
parent
5b5bb7fd8f
commit
e2a5bd2254
@ -4,7 +4,6 @@
|
|||||||
# Project source code URL: https://github.com/matrix-org/matrix-hookshot
|
# Project source code URL: https://github.com/matrix-org/matrix-hookshot
|
||||||
|
|
||||||
matrix_hookshot_enabled: true
|
matrix_hookshot_enabled: true
|
||||||
matrix_hookshot_bot_localpart: "hookshot"
|
|
||||||
matrix_hookshot_identifier: matrix-hookshot
|
matrix_hookshot_identifier: matrix-hookshot
|
||||||
|
|
||||||
matrix_hookshot_container_image_self_build: false
|
matrix_hookshot_container_image_self_build: false
|
||||||
@ -29,6 +28,8 @@ matrix_hookshot_docker_src_files_path: "{{ matrix_hookshot_base_path }}/docker-s
|
|||||||
|
|
||||||
matrix_hookshot_homeserver_address: ""
|
matrix_hookshot_homeserver_address: ""
|
||||||
matrix_hookshot_container_url: 'matrix-hookshot'
|
matrix_hookshot_container_url: 'matrix-hookshot'
|
||||||
|
# Sets the localpart of the matrixID for the hookshot bot
|
||||||
|
matrix_hookshot_bot_localpart: "hookshot"
|
||||||
|
|
||||||
matrix_hookshot_public_scheme: https
|
matrix_hookshot_public_scheme: https
|
||||||
matrix_hookshot_public_hostname: "{{ matrix_server_fqn_matrix }}"
|
matrix_hookshot_public_hostname: "{{ matrix_server_fqn_matrix }}"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user