Skip to content

Commit

Permalink
Add node exporter to controller box
Browse files Browse the repository at this point in the history
  • Loading branch information
LDiazN committed Mar 6, 2025
1 parent c971eda commit 56b23db
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions ansible/deploy-controller.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,10 @@
roles:
- ssh_users
- ansible_controller
- prometheus_node_exporter
vars:
node_exporter_port: 9100
node_exporter_host: "0.0.0.0"
prometheus_nginx_proxy_config:
- location: /metrics/node_exporter
proxy_pass: http://127.0.0.1:9100/metrics

0 comments on commit 56b23db

Please sign in to comment.