This commit is contained in:
parent
1815c6a325
commit
72b71d02d8
1 changed files with 3 additions and 2 deletions
|
|
@ -3,7 +3,8 @@
|
|||
|
||||
- name: monitoring setup
|
||||
block:
|
||||
- include_vars: "{{ item }}"
|
||||
- name: Include vars files list
|
||||
include_vars: "{{ item }}"
|
||||
with_items:
|
||||
- "prometheus_files_list.yml"
|
||||
- "grafana_files_list.yml"
|
||||
|
|
@ -14,7 +15,7 @@
|
|||
when:
|
||||
- prometheus_state == "absent"
|
||||
- grafana_state == "absent"
|
||||
|
||||
|
||||
- name: namespace
|
||||
k8s:
|
||||
state: "{{ monitoring_state }}"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue