add postgres exporter

Signed-off-by: Tuan-Dat Tran <tuan-dat.tran@tudattr.dev>
This commit is contained in:
Tuan-Dat Tran
2024-10-08 11:17:03 +02:00
parent 05c35a546a
commit 0c1a8a95f2
12 changed files with 117 additions and 13 deletions

View File

@@ -8,7 +8,7 @@
- name: Move node_exporter into path
copy:
src: "/tmp/node_exporter-{{ version }}.linux-{{ go_arch }}/node_exporter"
src: "/tmp/node_exporter-{{ tag }}.linux-{{ go_arch }}/node_exporter"
dest: "{{ bin_path }}"
mode: 755
remote_src: true