2022-02-05 20:32:54 +00:00
|
|
|
---
|
|
|
|
|
2022-07-18 08:22:05 +00:00
|
|
|
- ansible.builtin.import_tasks: "{{ role_path }}/tasks/validate_config.yml"
|
|
|
|
when: "run_setup | bool and matrix_ma1sd_enabled | bool"
|
2019-12-31 20:35:37 +00:00
|
|
|
tags:
|
|
|
|
- setup-all
|
|
|
|
- setup-ma1sd
|
|
|
|
|
2022-07-18 08:22:05 +00:00
|
|
|
- ansible.builtin.import_tasks: "{{ role_path }}/tasks/setup_install.yml"
|
|
|
|
when: "run_setup | bool and matrix_ma1sd_enabled | bool"
|
2020-12-14 14:57:51 +00:00
|
|
|
tags:
|
|
|
|
- setup-all
|
|
|
|
- setup-ma1sd
|
|
|
|
|
2022-07-18 08:22:05 +00:00
|
|
|
- ansible.builtin.import_tasks: "{{ role_path }}/tasks/setup_uninstall.yml"
|
|
|
|
when: "run_setup | bool and not matrix_ma1sd_enabled | bool"
|
2019-12-31 20:35:37 +00:00
|
|
|
tags:
|
|
|
|
- setup-all
|
|
|
|
- setup-ma1sd
|
|
|
|
|
2022-07-18 08:22:05 +00:00
|
|
|
- ansible.builtin.import_tasks: "{{ role_path }}/tasks/self_check_ma1sd.yml"
|
2019-12-31 20:35:37 +00:00
|
|
|
delegate_to: 127.0.0.1
|
|
|
|
become: false
|
2022-07-18 08:22:05 +00:00
|
|
|
when: "run_self_check | bool and matrix_ma1sd_enabled | bool"
|
2019-12-31 20:35:37 +00:00
|
|
|
tags:
|
|
|
|
- self-check
|