2022-02-05 20:32:54 +00:00
|
|
|
---
|
|
|
|
|
2023-03-07 15:28:10 +00:00
|
|
|
- tags:
|
2022-11-23 13:52:58 +00:00
|
|
|
- setup-all
|
|
|
|
- setup-nginx-proxy
|
2022-11-25 14:02:51 +00:00
|
|
|
- install-all
|
|
|
|
- install-nginx-proxy
|
2023-03-07 15:28:10 +00:00
|
|
|
block:
|
|
|
|
- when: matrix_hookshot_enabled | bool
|
|
|
|
ansible.builtin.include_tasks: "{{ role_path }}/tasks/inject_into_nginx_proxy.yml"
|
2022-01-03 20:22:42 +00:00
|
|
|
|
2023-03-07 15:28:10 +00:00
|
|
|
- tags:
|
|
|
|
- setup-all
|
|
|
|
- setup-hookshot
|
|
|
|
- install-all
|
|
|
|
- install-hookshot
|
|
|
|
block:
|
2022-11-24 09:33:30 +00:00
|
|
|
- when: matrix_hookshot_enabled | bool
|
|
|
|
ansible.builtin.include_tasks: "{{ role_path }}/tasks/validate_config.yml"
|
2022-01-30 16:46:40 +00:00
|
|
|
|
2022-11-24 09:33:30 +00:00
|
|
|
- when: matrix_hookshot_enabled | bool
|
|
|
|
ansible.builtin.include_tasks: "{{ role_path }}/tasks/setup_install.yml"
|
2023-03-07 15:28:10 +00:00
|
|
|
|
|
|
|
- tags:
|
2022-11-25 14:02:51 +00:00
|
|
|
- setup-all
|
|
|
|
- setup-hookshot
|
2023-03-07 15:28:10 +00:00
|
|
|
block:
|
2022-11-24 09:33:30 +00:00
|
|
|
- when: not matrix_hookshot_enabled | bool
|
|
|
|
ansible.builtin.include_tasks: "{{ role_path }}/tasks/setup_uninstall.yml"
|