first commit

This commit is contained in:
2026-01-25 15:18:59 +04:00
commit 10479ddef8
9 changed files with 189 additions and 0 deletions

14
defaults/main.yml Normal file
View File

@@ -0,0 +1,14 @@
---
# General
NE_version: '1.10.2'
NE_arch: 'amd64'
NE_host: ''
NE_port: 9100
NE_options: ''
# Download
NE_download_url: https://github.com/prometheus/node_exporter/releases/download/v{{ NE_version }}/node_exporter-{{ NE_version }}.linux-{{ NE_arch }}.tar.gz
# Setting systemd
NE_bin_path: /usr/local/bin/node_exporter
NE_state: started
NE_enabled: true
NE_restart: on-failure