diff options
| author | Ahmed AbdelHalim <[email protected]> | 2025-09-19 14:40:06 +0200 |
|---|---|---|
| committer | Ahmed AbdelHalim <[email protected]> | 2025-09-19 14:40:06 +0200 |
| commit | 6df69db2c2053daf90c6dffc176b32773a99fc84 (patch) | |
| tree | bd0092d4b5e1d12511ccdd18d023fc266c08b444 /roles/prometheus/vars/archlinux.yml | |
| parent | 98c84ab4465098125281909bbeb6d22e831902c3 (diff) | |
Fix env files paths on different distros
Diffstat (limited to 'roles/prometheus/vars/archlinux.yml')
| -rw-r--r-- | roles/prometheus/vars/archlinux.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/roles/prometheus/vars/archlinux.yml b/roles/prometheus/vars/archlinux.yml new file mode 100644 index 00000000..fa3e705f --- /dev/null +++ b/roles/prometheus/vars/archlinux.yml @@ -0,0 +1,3 @@ +--- +prometheus_env_file: "/etc/conf.d/prometheus" +prometheus_node_exporter_env_file: "/etc/conf.d/prometheus-node-exporter" |
