2022-02-05 20:32:54 +00:00
|
|
|
---
|
|
|
|
|
2021-01-29 04:29:25 +00:00
|
|
|
- import_tasks: "{{ role_path }}/tasks/init.yml"
|
|
|
|
tags:
|
|
|
|
- always
|
|
|
|
|
|
|
|
- import_tasks: "{{ role_path }}/tasks/validate_config.yml"
|
2021-02-12 13:41:15 +00:00
|
|
|
when: "run_setup|bool and matrix_prometheus_enabled|bool"
|
2021-01-29 04:29:25 +00:00
|
|
|
tags:
|
|
|
|
- setup-all
|
|
|
|
- setup-prometheus
|
|
|
|
|
2021-01-31 16:30:02 +00:00
|
|
|
- import_tasks: "{{ role_path }}/tasks/setup_install.yml"
|
|
|
|
when: "run_setup|bool and matrix_prometheus_enabled|bool"
|
|
|
|
tags:
|
|
|
|
- setup-all
|
|
|
|
- setup-prometheus
|
|
|
|
|
|
|
|
- import_tasks: "{{ role_path }}/tasks/setup_uninstall.yml"
|
|
|
|
when: "run_setup|bool and not matrix_prometheus_enabled|bool"
|
2021-01-29 04:29:25 +00:00
|
|
|
tags:
|
|
|
|
- setup-all
|
|
|
|
- setup-prometheus
|