summaryrefslogtreecommitdiffstats
path: root/roles/prometheus/tasks
AgeCommit message (Collapse)AuthorFilesLines
2026-03-02Refactor prometheus to move node_exporter role out of the server roleAhmed Abdelhalim1-22/+4
2026-01-24Fix ansible 2.20.1 deprecation warning about ansible_varsAhmed Abdelhalim1-1/+1
2025-09-20Migrate to the new loop syntaxAhmed Abdelhalim1-2/+2
2025-09-20Fix include vars using os_family (not distribution)Ahmed Abdelhalim1-1/+1
2025-09-19Fix env files paths on different distrosAhmed Abdelhalim1-2/+5
2025-09-19Enable systemd monitoring via prometheus node exporterAhmed Abdelhalim1-1/+4
2025-09-18Allow configuring multiple targets for prometheusAhmed Abdelhalim1-1/+1
The default are localhost, but it can be overridden to allow scrapping localhost and or remote hosts (for both prometheus job and node exporter jobs)
2025-09-17Restrict prometheus/node-exporter access to only local networkAhmed Abdelhalim1-4/+4
2025-09-17Fix prometheus/node-exporter starting on configured portAhmed Abdelhalim1-0/+20
2025-09-15Add prometheus role (with node exporter)Ahmed Abdelhalim1-0/+55