4a6287c528
This is still very far from usable. Various bridges and bots are still talking to `matrix-nginx-proxy` instead of the new `matrix-homeserver-proxy` role. These services need to be reworked. While reworking them, various cleanups are being done as well as adding Traefik-labels to those that need them.
39 lines
1.0 KiB
YAML
39 lines
1.0 KiB
YAML
---
|
|
|
|
- tags:
|
|
- setup-all
|
|
- setup-nginx-proxy
|
|
- install-all
|
|
- install-nginx-proxy
|
|
block:
|
|
- when: matrix_hookshot_enabled | bool
|
|
ansible.builtin.include_tasks: "{{ role_path }}/tasks/inject_into_nginx_proxy.yml"
|
|
|
|
- tags:
|
|
- reset-hookshot-encryption
|
|
block:
|
|
- when: matrix_hookshot_enabled | bool
|
|
ansible.builtin.include_tasks: "{{ role_path }}/tasks/reset_encryption.yml"
|
|
|
|
- tags:
|
|
- setup-all
|
|
- setup-hookshot
|
|
- setup-bridge-hookshot
|
|
- install-all
|
|
- install-hookshot
|
|
- install-bridge-hookshot
|
|
block:
|
|
- when: matrix_hookshot_enabled | bool
|
|
ansible.builtin.include_tasks: "{{ role_path }}/tasks/validate_config.yml"
|
|
|
|
- when: matrix_hookshot_enabled | bool
|
|
ansible.builtin.include_tasks: "{{ role_path }}/tasks/setup_install.yml"
|
|
|
|
- tags:
|
|
- setup-all
|
|
- setup-hookshot
|
|
- setup-bridge-hookshot
|
|
block:
|
|
- when: not matrix_hookshot_enabled | bool
|
|
ansible.builtin.include_tasks: "{{ role_path }}/tasks/setup_uninstall.yml"
|