2022-02-06 04:32:54 +08:00
|
|
|
---
|
|
|
|
|
2023-12-16 15:23:35 +08:00
|
|
|
- tags:
|
|
|
|
- reset-hookshot-encryption
|
|
|
|
block:
|
|
|
|
- when: matrix_hookshot_enabled | bool
|
|
|
|
ansible.builtin.include_tasks: "{{ role_path }}/tasks/reset_encryption.yml"
|
|
|
|
|
2023-03-07 23:28:10 +08:00
|
|
|
- tags:
|
|
|
|
- setup-all
|
|
|
|
- setup-hookshot
|
2024-01-02 21:56:56 +08:00
|
|
|
- setup-bridge-hookshot
|
2023-03-07 23:28:10 +08:00
|
|
|
- install-all
|
|
|
|
- install-hookshot
|
2024-01-02 21:56:56 +08:00
|
|
|
- install-bridge-hookshot
|
2023-03-07 23:28:10 +08:00
|
|
|
block:
|
2022-11-24 17:33:30 +08:00
|
|
|
- when: matrix_hookshot_enabled | bool
|
|
|
|
ansible.builtin.include_tasks: "{{ role_path }}/tasks/validate_config.yml"
|
2022-01-31 00:46:40 +08:00
|
|
|
|
2022-11-24 17:33:30 +08:00
|
|
|
- when: matrix_hookshot_enabled | bool
|
|
|
|
ansible.builtin.include_tasks: "{{ role_path }}/tasks/setup_install.yml"
|
2023-03-07 23:28:10 +08:00
|
|
|
|
|
|
|
- tags:
|
2022-11-25 22:02:51 +08:00
|
|
|
- setup-all
|
|
|
|
- setup-hookshot
|
2024-01-02 21:56:56 +08:00
|
|
|
- setup-bridge-hookshot
|
2023-03-07 23:28:10 +08:00
|
|
|
block:
|
2022-11-24 17:33:30 +08:00
|
|
|
- when: not matrix_hookshot_enabled | bool
|
|
|
|
ansible.builtin.include_tasks: "{{ role_path }}/tasks/setup_uninstall.yml"
|