2022-06-23 20:24:52 +02:00
|
|
|
---
|
|
|
|
|
2022-11-23 14:52:58 +01:00
|
|
|
- when: matrix_bot_maubot_enabled | bool
|
|
|
|
ansible.builtin.import_tasks: "{{ role_path }}/tasks/inject_into_nginx_proxy.yml"
|
2022-06-23 20:24:52 +02:00
|
|
|
tags:
|
2022-11-23 14:52:58 +01:00
|
|
|
- setup-all
|
|
|
|
- setup-nginx-proxy
|
2022-06-23 20:24:52 +02:00
|
|
|
|
2022-10-09 18:23:40 +02:00
|
|
|
- ansible.builtin.import_tasks: "{{ role_path }}/tasks/validate_config.yml"
|
2022-06-23 21:57:52 +02:00
|
|
|
when: "run_setup|bool and matrix_bot_maubot_enabled|bool"
|
2022-06-23 20:24:52 +02:00
|
|
|
tags:
|
|
|
|
- setup-all
|
2022-06-23 21:57:52 +02:00
|
|
|
- setup-bot-maubot
|
2022-06-23 20:24:52 +02:00
|
|
|
|
2022-10-09 18:23:40 +02:00
|
|
|
- ansible.builtin.import_tasks: "{{ role_path }}/tasks/setup_install.yml"
|
2022-06-23 21:57:52 +02:00
|
|
|
when: "run_setup|bool and matrix_bot_maubot_enabled|bool"
|
2022-06-23 20:24:52 +02:00
|
|
|
tags:
|
|
|
|
- setup-all
|
2022-06-23 21:57:52 +02:00
|
|
|
- setup-bot-maubot
|
2022-06-23 20:24:52 +02:00
|
|
|
|
2022-10-09 18:23:40 +02:00
|
|
|
- ansible.builtin.import_tasks: "{{ role_path }}/tasks/setup_uninstall.yml"
|
2022-06-23 21:57:52 +02:00
|
|
|
when: "run_setup|bool and not matrix_bot_maubot_enabled|bool"
|
2022-06-23 20:24:52 +02:00
|
|
|
tags:
|
|
|
|
- setup-all
|
2022-06-23 21:57:52 +02:00
|
|
|
- setup-bot-maubot
|