feat: initial installation role for prometheus
This commit is contained in:
9
defaults/main.yml
Normal file
9
defaults/main.yml
Normal file
@@ -0,0 +1,9 @@
|
||||
---
|
||||
prometheus_version: ""
|
||||
prometheus_user: prometheus
|
||||
prometheus_group: prometheus
|
||||
prometheus_install_dir: /opt/prometheus
|
||||
prometheus_data_dir: /var/lib/prometheus
|
||||
prometheus_config_dir: /etc/prometheus
|
||||
prometheus_service_enabled: true
|
||||
prometheus_service_state: started
|
||||
Reference in New Issue
Block a user