{"id":16761844,"url":"https://github.com/angristan/ansible-node-exporter","last_synced_at":"2026-05-18T18:39:01.057Z","repository":{"id":153244664,"uuid":"177402534","full_name":"angristan/ansible-node-exporter","owner":"angristan","description":"Ansible role for Node exporter","archived":false,"fork":false,"pushed_at":"2024-01-28T12:18:00.000Z","size":15,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2026-03-30T05:39:37.603Z","etag":null,"topics":["ansible","ansible-role","metrics","monitoring","node-exporter","prometheus","systemd"],"latest_commit_sha":null,"homepage":null,"language":"Jinja","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/angristan.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-03-24T11:00:26.000Z","updated_at":"2024-08-06T06:03:30.000Z","dependencies_parsed_at":"2024-01-28T13:48:59.237Z","dependency_job_id":null,"html_url":"https://github.com/angristan/ansible-node-exporter","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/angristan/ansible-node-exporter","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/angristan%2Fansible-node-exporter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/angristan%2Fansible-node-exporter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/angristan%2Fansible-node-exporter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/angristan%2Fansible-node-exporter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/angristan","download_url":"https://codeload.github.com/angristan/ansible-node-exporter/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/angristan%2Fansible-node-exporter/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33187601,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-18T09:27:30.708Z","status":"ssl_error","status_checked_at":"2026-05-18T09:27:28.300Z","response_time":71,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["ansible","ansible-role","metrics","monitoring","node-exporter","prometheus","systemd"],"created_at":"2024-10-13T04:43:34.822Z","updated_at":"2026-05-18T18:39:01.009Z","avatar_url":"https://github.com/angristan.png","language":"Jinja","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Ansible role for Node exporter\n\nThis role will setup [Node exporter](https://github.com/prometheus/node_exporter) on any Linux machine using systemd.\n\n## Role Variables\n\n- `node_exporter_version`: the version of Node exporter that will be installed.\n\nThe role will download the Node exporter release on the deployer and upload the binary to the target host.\n\nIf the `/usr/local/bin/node_exporter` binary already exists, the role will skip the install steps. You can force them (to update, for instance), by setting `node_exporter_force_install` to true.\n\n- `node_exporter_system_group`: the name of the group that will run Node exporter.(`node-exporter`)\n- `node_exporter_system_user`: the name of the user that will run Node exporter. Default to `node_exporter_system_group`.\n- `node_exporter_web_listen_address`: the address Node exporter will listen on. (`0.0.0.0:9100`)\n\nNode exporter comes with a default set of enabled and disabled collectors.\n\nYou can enable more collectors with `node_exporter_enabled_collectors`.\n\nThe default is:\n\n```yaml\nnode_exporter_enabled_collectors:\n  - systemd\n  - ntp\n  - filesystem:\n      ignored-mount-points: \"^/(sys|proc|dev)($|/)\"\n      ignored-fs-types: \"^(sys|proc|auto)fs$\"\n```\n\nTo disable collectors, use `node_exporter_enabled_collectors`. It's empty by default.\n\n## Example playbook\n\n```yaml\n---\n- hosts: myhost\n  roles: node-exporter\n```\n\n## License\n\nMIT. See LICENSE for more details.\n\n## Credit\n\nThis role is largely inspired by [cloudalchemy/ansible-node-exporter](https://github.com/cloudalchemy/ansible-node-exporter).\n\n## Author Information\n\nSee my other Ansible roles at [angristan/ansible-roles](https://github.com/angristan/ansible-roles).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fangristan%2Fansible-node-exporter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fangristan%2Fansible-node-exporter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fangristan%2Fansible-node-exporter/lists"}