5ea6aa3e50
* intial commit * changed * Reorderd * merge old changes * added changes to matrix_servers * Remove duplicate discord * Update main.yml * added google message to configuring-playbook.md * Changed docs to add new changes * Changed bug? * Removed problem j2 values * Rename a service files * change how password hash string * Changed port number * Change how the local part works * Revert "Merge pull request #8 from shreyasajj/wsproxy" This reverts commit bb1b8fc67ca39f63ca77e70077be99cb2b32c4de, reversing changes made to cce6ba5f9d74f89172488afc8b1ef124031de8c1. --------- Co-authored-by: Shreyas Ajjarapu <github.tzarina@aleeas.com>
30 lines
879 B
YAML
30 lines
879 B
YAML
---
|
|
|
|
- tags:
|
|
- setup-all
|
|
- setup-nginx-proxy
|
|
- install-all
|
|
- install-nginx-proxy
|
|
block:
|
|
- when: matrix_mautrix_gmessages_enabled | bool and matrix_mautrix_gmessages_metrics_enabled | bool
|
|
ansible.builtin.include_tasks: "{{ role_path }}/tasks/inject_into_nginx_proxy.yml"
|
|
|
|
- tags:
|
|
- setup-all
|
|
- setup-mautrix-gmessages
|
|
- install-all
|
|
- install-mautrix-gmessages
|
|
block:
|
|
- when: matrix_mautrix_gmessages_enabled | bool
|
|
ansible.builtin.include_tasks: "{{ role_path }}/tasks/validate_config.yml"
|
|
|
|
- when: matrix_mautrix_gmessages_enabled | bool
|
|
ansible.builtin.include_tasks: "{{ role_path }}/tasks/setup_install.yml"
|
|
|
|
- tags:
|
|
- setup-all
|
|
- setup-mautrix-gmessages
|
|
block:
|
|
- when: not matrix_mautrix_gmessages_enabled | bool
|
|
ansible.builtin.include_tasks: "{{ role_path }}/tasks/setup_uninstall.yml"
|