{"id":18978041,"url":"https://github.com/simplificator/ansible-role-netdata_node","last_synced_at":"2026-03-19T07:26:54.405Z","repository":{"id":43013449,"uuid":"452331934","full_name":"simplificator/ansible-role-netdata_node","owner":"simplificator","description":"Ansible role which can provision Netdata as a sending client.","archived":false,"fork":false,"pushed_at":"2024-07-31T08:36:58.000Z","size":21,"stargazers_count":0,"open_issues_count":2,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-06-02T15:51:06.983Z","etag":null,"topics":[],"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/simplificator.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","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":"2022-01-26T15:35:19.000Z","updated_at":"2022-02-08T11:01:32.000Z","dependencies_parsed_at":"2025-01-01T10:14:28.496Z","dependency_job_id":"415a56d7-d5d0-482a-908c-bdeba97b7ab7","html_url":"https://github.com/simplificator/ansible-role-netdata_node","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/simplificator/ansible-role-netdata_node","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simplificator%2Fansible-role-netdata_node","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simplificator%2Fansible-role-netdata_node/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simplificator%2Fansible-role-netdata_node/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simplificator%2Fansible-role-netdata_node/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/simplificator","download_url":"https://codeload.github.com/simplificator/ansible-role-netdata_node/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simplificator%2Fansible-role-netdata_node/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28795468,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-27T01:07:07.743Z","status":"ssl_error","status_checked_at":"2026-01-27T01:07:06.974Z","response_time":59,"last_error":"SSL_read: 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":[],"created_at":"2024-11-08T15:32:00.339Z","updated_at":"2026-01-27T01:31:34.330Z","avatar_url":"https://github.com/simplificator.png","language":"Jinja","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Ansible Role: Netdata Node\n\n[![CI](https://github.com/simplificator/ansible-role-netdata_node/workflows/CI/badge.svg?event=push)](https://github.com/simplificator/ansible-role-netdata_node/actions?query=workflow%3ACI)\n\nThis role configures an existing Netdata base installation as a client which streams its data to another Netdata server.\n\nIts companion role is the [Netdata collector](https://github.com/simplificator/ansible-role-netdata_collector).\n\n## Requirements\n\nAn empty Netdata installation, see dependencies.\n\n## Role Variables\n\nThe role requires a few variables that are set:\n\n* `netdata_registry_to_announce`: The central registry where this client should be registered. More information is available [here](https://learn.netdata.cloud/docs/agent/registry).\n* `netdata_client_stream_key`: API key which will be used to identify the traffic at the server. Can be generated with `uuidgen`. The server needs to know about this UUID as well, otherwise the monitoring data of this client will be rejected.\n* `netdata_client_stream_destination`: URL of the server that Netdata will sent its data.\n\nOptional variables:\n\n* `netdata_hostname`: Allows to overwrite the hostname for the client. Default value is \"auto-detected\".\n\nAdditionally, we expect that a certificate is placed at `/etc/netdata/ssl/cert.pem`. It'll be used to encrypt the traffic between node and collector.\n\n## Dependencies\n\n- [simplificator.netdata_installation](https://github.com/simplificator/ansible-role-netdata_installation)\n\n## Example Playbook\n\n```yaml\n- hosts: myserver\n  roles:\n    - { role: simplificator.netdata_node }\n\n  vars:\n    netdata_registry_to_announce: \"https://registry.example.com\"\n    netdata_client_stream_key: \"958D31F0-C066-42CD-AE71-10D293E43F79\"\n    netdata_client_stream_destination: \"collector.example.com:19999:SSL\"\n```\n\n## Development\n\n### Variable naming\n\nTo ensure that our Netdata roles remain compatible with each other, follow this variable naming convention:\n\n* Role-specific variables are prefixed with the role name (`netdata_node_` in this case).\n* General variables that are used in multiple roles will be prefixed with just `netdata_`.\n\n## License\n\nMIT / BSD\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsimplificator%2Fansible-role-netdata_node","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsimplificator%2Fansible-role-netdata_node","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsimplificator%2Fansible-role-netdata_node/lists"}