mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy.git
synced 2024-11-06 10:47:32 +01:00
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 commitbb1b8fc67c
, reversing changes made tocce6ba5f9d
. --------- 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"
|