first commit
This commit is contained in:
14
defaults/main.yml
Normal file
14
defaults/main.yml
Normal 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
|
||||
Reference in New Issue
Block a user