|
|
|
@ -28,12 +28,7 @@
|
|
|
|
|
path: "{{ devture_systemd_docker_base_systemd_path }}/matrix-prometheus-nginxlog-exporter.service"
|
|
|
|
|
state: absent
|
|
|
|
|
|
|
|
|
|
- name: Ensure matrix-prometheus-nginxlog-exporter paths don't exist
|
|
|
|
|
- name: Ensure matrix-prometheus-nginxlog-exporter path doesn't exist
|
|
|
|
|
ansible.builtin.file:
|
|
|
|
|
path: "{{ matrix_prometheus_nginxlog_exporter_base_path }}"
|
|
|
|
|
state: absent
|
|
|
|
|
|
|
|
|
|
- name: Ensure matrix-prometheus-nginxlog-exporter grafana dashboard doesn't exist
|
|
|
|
|
ansible.builtin.file:
|
|
|
|
|
path: "{{ grafana_config_path }}/dashboards/nginx-proxy.json"
|
|
|
|
|
state: absent
|
|
|
|
|