Added tautulli

Signed-off-by: TuDatTr <tuan-dat.tran@tudattr.dev>
This commit is contained in:
TuDatTr
2023-04-27 01:05:24 +02:00
parent 24c41f10ce
commit 25c2aff50c
14 changed files with 346 additions and 22 deletions

View File

@@ -0,0 +1,11 @@
---
- name: Download {{ exporter_node_dl_filename }}
get_url:
url: {{ exporter_node_dl_url }}
dest: {{ exporter_node_full_path }}
mode: '0664'
- name: Extract {{ exporter_node_dl_filename }}
unarchive:
src: {{ exporter_node_full_path }}
dest: {{ exporter_node_dl_path }}/node_exporter

View File

@@ -0,0 +1,3 @@
- include_tasks: install.yml
- include_tasks: systemd.yml
- include_tasks: run.yml