2022-02-05 21:32:54 +01:00
|
|
|
---
|
|
|
|
|
2023-03-07 16:28:10 +01:00
|
|
|
- tags:
|
|
|
|
- setup-all
|
|
|
|
- setup-matrix-registration
|
|
|
|
- install-all
|
|
|
|
- install-matrix-registration
|
|
|
|
block:
|
2022-11-24 10:33:30 +01:00
|
|
|
- when: matrix_registration_enabled | bool
|
|
|
|
ansible.builtin.include_tasks: "{{ role_path }}/tasks/validate_config.yml"
|
2020-09-01 12:46:05 +02:00
|
|
|
|
2022-11-24 10:33:30 +01:00
|
|
|
- when: matrix_registration_enabled | bool
|
|
|
|
ansible.builtin.include_tasks: "{{ role_path }}/tasks/setup_install.yml"
|
2023-03-07 16:28:10 +01:00
|
|
|
|
|
|
|
- tags:
|
2022-11-25 15:02:51 +01:00
|
|
|
- setup-all
|
|
|
|
- setup-matrix-registration
|
2023-03-07 16:28:10 +01:00
|
|
|
block:
|
2022-11-24 10:33:30 +01:00
|
|
|
- when: not matrix_registration_enabled | bool
|
|
|
|
ansible.builtin.include_tasks: "{{ role_path }}/tasks/setup_uninstall.yml"
|
2020-09-01 12:46:05 +02:00
|
|
|
|
2023-03-07 16:28:10 +01:00
|
|
|
- tags:
|
|
|
|
- generate-matrix-registration-token
|
|
|
|
block:
|
2022-11-24 10:33:30 +01:00
|
|
|
- when: matrix_registration_enabled | bool
|
|
|
|
ansible.builtin.include_tasks: "{{ role_path }}/tasks/generate_token.yml"
|
2021-01-09 17:50:34 +01:00
|
|
|
|
2023-03-07 16:28:10 +01:00
|
|
|
- tags:
|
|
|
|
- list-matrix-registration-tokens
|
|
|
|
block:
|
2022-11-24 10:33:30 +01:00
|
|
|
- when: matrix_registration_enabled | bool
|
|
|
|
ansible.builtin.include_tasks: "{{ role_path }}/tasks/list_tokens.yml"
|