{"id":16761818,"url":"https://github.com/angristan/ansible-telegraf","last_synced_at":"2026-04-28T01:33:00.932Z","repository":{"id":51147409,"uuid":"171150092","full_name":"angristan/ansible-telegraf","owner":"angristan","description":"Ansible role for Telegraf","archived":false,"fork":false,"pushed_at":"2021-05-21T10:46:10.000Z","size":18,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-03-30T05:39:37.775Z","etag":null,"topics":["ansible","debian","influxdata","telegraf","ubuntu"],"latest_commit_sha":null,"homepage":"","language":"HTML","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}},"created_at":"2019-02-17T17:23:26.000Z","updated_at":"2021-03-28T10:41:31.000Z","dependencies_parsed_at":"2022-09-03T18:01:33.812Z","dependency_job_id":null,"html_url":"https://github.com/angristan/ansible-telegraf","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/angristan/ansible-telegraf","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/angristan%2Fansible-telegraf","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/angristan%2Fansible-telegraf/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/angristan%2Fansible-telegraf/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/angristan%2Fansible-telegraf/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/angristan","download_url":"https://codeload.github.com/angristan/ansible-telegraf/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/angristan%2Fansible-telegraf/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32362781,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-27T20:07:02.737Z","status":"ssl_error","status_checked_at":"2026-04-27T20:07:00.910Z","response_time":128,"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","debian","influxdata","telegraf","ubuntu"],"created_at":"2024-10-13T04:43:32.199Z","updated_at":"2026-04-28T01:33:00.917Z","avatar_url":"https://github.com/angristan.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Ansible role for Telegraf\n\nThis is a simple role that will install Telegraf from the InfluxDB APT repo and configure it.\n\nAll the configuration is done with the `telegraf.conf.j2` template.\n\nIt's partly reusable for now, it's WIP.\n\n## Sample playbook\n\n```yaml\n---\n\n- hosts: myhost\n  roles:\n    - name: telegraf\n      tags: telegraf\n  vars:\n    telegraf_output_type: influxdb\n    telegraf_output_host: \"{{ influxdb_host }}\"\n    telegraf_output_database: telegraf\n    telegraf_output_username: telegraf\n    telegraf_output_password: \"{{ vault_telegraf_output_password }}\"\n    telegraf_cpu_enabled: true\n    telegraf_mem_enabled: true\n    telegraf_dns_query_enabled: true\n    telegraf_dns_query_servers:\n      - 127.0.0.1\n      - 1.1.1.1\n      - 8.8.8.8\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fangristan%2Fansible-telegraf","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fangristan%2Fansible-telegraf","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fangristan%2Fansible-telegraf/lists"}